-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: gustave
Type: Package
Title: A User-Oriented Statistical Toolkit for Analytical Variance Estimation
Depends: R(>= 3.2.5)
Imports: methods, utils, stats, Matrix
Suggests: testthat, sampling, magrittr, tibble, dplyr, data.table
Version: 1.0.0
Authors@R: c(
person("Martin", "Chevalier", role = "aut", email = "mc@slmc.fr", comment = "Creator"),
person("Khaled", "Larbi", role = "cre", email = "khaled.larbi@insee.fr"),
person("Institut national de la statistique et des études économiques", role = "cph")
)
URL: https://github.com/InseeFr/gustave
BugReports: https://github.com/InseeFr/gustave/issues
Description: Provides a toolkit for analytical variance estimation in survey sampling. Apart from the implementation of standard variance estimators, its main feature is to help the sampling expert produce easy-to-use variance estimation "wrappers", where systematic operations (linearization, domain estimation) are handled in a consistent and transparent way.
License: GPL-3
Collate: 'data.R' 'utils.R' 'define_variance_wrapper.R' 'variance_function.R' 'define_statistic_wrapper.R' 'standard_statistic_wrapper.R' 'qvar.R'
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3