-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
52 lines (52 loc) · 1.74 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
52
Package: nonprobsvy
Type: Package
Title: Inference Based on Non-Probability Samples
Version: 0.1.1
Authors@R:
c(person(given = "Łukasz",
family = "Chrostowski",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Maciej",
family = "Beręsewicz",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8281-4301")),
person(given = "Piotr",
family = "Chlebicki",
role = c("aut", "ctb"),
email = "[email protected]"))
Description: Statistical inference with non-probability samples when auxiliary information from external sources such as probability samples or population totals or means is available. Details can be found in: Wu et al. (2020) <doi:10.1080/01621459.2019.1677241>, Kim et al. (2021) <doi:10.1111/rssa.12696>, Wu et al. (2023) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2022002/article/00002-eng.htm>, Kim et al. (2021) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2021001/article/00004-eng.htm>, Kim et al. (2020) <doi:10.1111/rssb.12354>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RdMacros: mathjaxr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/ncn-foreigners/nonprobsvy, https://ncn-foreigners.github.io/nonprobsvy/
BugReports: https://github.com/ncn-foreigners/nonprobsvy/issues
Suggests:
tinytest,
covr,
sampling,
spelling
Depends:
R (>= 4.0.0),
survey
Imports:
maxLik,
stats,
Matrix,
MASS,
ncvreg,
mathjaxr,
RANN,
Rcpp (>= 1.0.12),
nleqslv,
doParallel,
foreach,
parallel
LinkingTo:
Rcpp,
RcppArmadillo
Language: en-US