-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.42 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: surveysd
Type: Package
Title: Survey Standard Error Estimation for Cumulated Estimates and their Differences in Complex Panel Designs
Version: 1.2.0
Authors@R: c(person("Johannes", "Gussenbauer", role = c("aut", "cre"),
email = "[email protected]"),
person("Alexander", "Kowarik", role = "aut",
email = "[email protected]", comment=c(ORCID="0000-0001-8598-4130")),
person("Gregor", "de Cillia", role = "aut",
email = "[email protected]"),
person("Matthias", "Till", role = "ctb",
email = "[email protected]"))
Maintainer: Johannes Gussenbauer <[email protected]>
Description: Calculate point estimates and their standard errors in complex household surveys using bootstrap replicates. Bootstrapping considers survey design with a rotating panel. A comprehensive description of the methodology can be found under <https://statistikat.github.io/surveysd/articles/methodology.html>.
Encoding: UTF-8
LazyData: true
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.12),data.table,ggplot2,laeken,methods
LinkingTo: Rcpp
URL: https://github.com/statistikat/surveysd
BugReports: https://github.com/statistikat/surveysd/issues
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr