Package: robsurvey
Type: Package
Title: Robust Survey Statistics Estimation
Version: 0.7
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'
    <https://CRAN.R-project.org/package=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
Packaged: 2024-08-21 17:54:28 UTC; tobias
Author: Beat Hulliger [aut] (<https://orcid.org/0000-0001-5252-8606>),
  Tobias Schoch [aut, cre] (<https://orcid.org/0000-0002-1640-3395>),
  Martin Sterchi [ctr, com],
  R-core [ctb, cph] (for zeroin2.c)
Maintainer: Tobias Schoch <tobias.schoch@fhnw.ch>
Repository: CRAN
Date/Publication: 2024-08-22 07:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-13 04:01:32 UTC; windows
Archs: x64
