-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.91 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: nonprobsvy
Type: Package
Title: Inference Based on Non-Probability Samples
Version: 0.2.1
Authors@R:
c(person(given = "Łukasz",
family = "Chrostowski",
role = c("aut", "ctb"),
email = "lukaszchrostowski6@gmail.com"),
person(given = "Maciej",
family = "Beręsewicz",
role = c("aut", "cre"),
email = "maciej.beresewicz@ue.poznan.pl",
comment = c(ORCID = "0000-0002-8281-4301")),
person(given = "Piotr",
family = "Chlebicki",
role = c("aut", "ctb"),
email = "piotrek.pecet@gmail.com",
comment = c(ORCID = "0009-0006-4867-7434")))
Description: Statistical inference with non-probability samples when auxiliary information from external sources such as probability samples or population totals or means is available. The package implements various methods such as inverse probability (propensity score) weighting, mass imputation and doubly robust approach. Details can be found in: Chen et al. (2020) <doi:10.1080/01621459.2019.1677241>, Yang et al. (2020) <doi:10.1111/rssb.12354>, Kim et al. (2021) <doi:10.1111/rssa.12696>, Yang et al. (2021) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2021001/article/00004-eng.htm> and Wu (2022) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2022002/article/00002-eng.htm>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/ncn-foreigners/nonprobsvy, https://ncn-foreigners.github.io/nonprobsvy/
BugReports: https://github.com/ncn-foreigners/nonprobsvy/issues
Depends:
R (>= 4.0.0),
survey
Imports:
maxLik,
stats,
Matrix,
MASS,
ncvreg,
RANN,
Rcpp (>= 1.0.12),
nleqslv,
doParallel,
foreach,
parallel,
formula.tools
Suggests:
tinytest,
covr,
spelling
LinkingTo:
Rcpp,
RcppArmadillo
Language: en-US