Package: robsurvey Type: Package Title: Robust Survey Statistics Estimation Version: 0.7-3 Authors@R: c(person( given = "Beat", family = "Hulliger", email = "beat.hulliger@fhnw.ch", comment = c(ORCID = "0000-0001-5252-8606"), role = "aut"), person( given ="Tobias", family = "Schoch", email = "tobias.schoch@fhnw.ch", comment = c(ORCID = "0000-0002-1640-3395"), role = c("aut","cre")), person( given = "Martin", family = "Sterchi", email = "martin.sterchi@fhnw.ch", role = c("ctr", "com")), person( given = "R-core", email = "R-core@R-project.org", role = c("ctb", "cph"), comment = "for zeroin2.c")) Description: Robust (outlier-resistant) estimators of finite population characteristics like of means, totals, ratios, regression, etc. Available methods are M- and GM-estimators of regression, weight reduction, trimming, and winsorization. The package extends the 'survey' package. License: GPL (>= 2) Classification/MSC-2010: 62D05, 62F35 URL: https://github.com/tobiasschoch/robsurvey BugReports: https://github.com/tobiasschoch/robsurvey/issues Encoding: UTF-8 NeedsCompilation: yes LazyData: true Depends: R (>= 3.5.0) Imports: grDevices, KernSmooth, stats, survey (>= 3.35-1), utils Suggests: hexbin, knitr, MASS, rmarkdown, wbacon VignetteBuilder: knitr, rmarkdown Config/pak/sysreqs: make Repository: https://tobiasschoch.r-universe.dev Date/Publication: 2026-03-06 19:03:06 UTC RemoteUrl: https://github.com/tobiasschoch/robsurvey RemoteRef: HEAD RemoteSha: 7a0aca84a3c3e2d71a56df62f611d0c7ffb071a5 Packaged: 2026-07-04 05:54:04 UTC; root Author: Beat Hulliger [aut] (ORCID: ), Tobias Schoch [aut, cre] (ORCID: ), Martin Sterchi [ctr, com], R-core [ctb, cph] (for zeroin2.c) Maintainer: Tobias Schoch