Package: rsae Type: Package Title: Robust Small Area Estimation Version: 0.3 Authors@R: c( person("Tobias", "Schoch", role = c("aut", "cre"), email = "tobias.schoch@fhnw.ch", comment = c(ORCID = "0000-0002-1640-3395")), person("Burkardt", "John", role = c("cph"), comment = "Fortran 90 subroutine zero_rc")) Description: Empirical best linear unbiased prediction (EBLUP) and robust prediction of the area-level means under the basic unit-level model. The model can be fitted by maximum likelihood or a (robust) M-estimator. Mean square prediction error is computed by a parametric bootstrap. License: GPL-3 URL: https://github.com/tobiasschoch/rsae BugReports: https://github.com/tobiasschoch/rsae/issues Encoding: UTF-8 NeedsCompilation: yes LazyData: true Depends: R (>= 3.5.0) Imports: stats, graphics Suggests: knitr, rmarkdown, robustbase VignetteBuilder: knitr, rmarkdown Repository: https://tobiasschoch.r-universe.dev Date/Publication: 2025-11-29 18:17:24 UTC RemoteUrl: https://github.com/tobiasschoch/rsae RemoteRef: HEAD RemoteSha: 882549c7b2c3232c9c40b7ed849270fa3db3b707 Packaged: 2026-07-04 21:43:52 UTC; root Author: Tobias Schoch [aut, cre] (ORCID: ), Burkardt John [cph] (Fortran 90 subroutine zero_rc) Maintainer: Tobias Schoch