-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from ncn-foreigners/dev
Dev
- Loading branch information
Showing
54 changed files
with
4,823 additions
and
3,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ playground | |
src/*.o | ||
src/*.so | ||
src/Makevars | ||
srs/*.dll | ||
docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: nonprobsvy | ||
Type: Package | ||
Title: Package for Inference Based on Nonprobability Samples | ||
Title: Package for Inference Based on Non-Probability Samples | ||
Version: 0.1.0 | ||
Authors@R: | ||
c(person(given = "Łukasz", | ||
|
@@ -16,12 +16,7 @@ Authors@R: | |
family = "Chlebicki", | ||
role = "ctb", | ||
email = "[email protected]")) | ||
Description: An R package for 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>. | ||
Description: An R package for 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 | ||
|
@@ -35,7 +30,8 @@ Suggests: | |
covr, | ||
sampling, | ||
spelling | ||
Depends: survey | ||
Depends: | ||
survey | ||
Imports: | ||
maxLik, | ||
stats, | ||
|
@@ -44,12 +40,13 @@ Imports: | |
ncvreg, | ||
mathjaxr, | ||
RANN, | ||
Rcpp, | ||
Rcpp (>= 1.0.12), | ||
nleqslv, | ||
doParallel, | ||
doSNOW, | ||
progress, | ||
foreach, | ||
parallel | ||
LinkingTo: | ||
RcppArmadillo, | ||
Rcpp | ||
Rcpp, | ||
RcppArmadillo | ||
Language: en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.