Package: nonprobsvy Type: Package Title: Inference Based on Non-Probability Samples Version: 0.3.0 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) , Yang et al. (2020) , Kim et al. (2021) , Yang et al. (2021) and Wu (2022) . For details on the package and its functionalities see . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/ncn-foreigners/nonprobsvy, https://ncn-foreigners.ue.poznan.pl/nonprobsvy/ BugReports: https://github.com/ncn-foreigners/nonprobsvy/issues Depends: R (>= 4.0.0), survey Imports: doRNG, maxLik, stats, Matrix, MASS, ncvreg, RANN, Rcpp (>= 1.0.12), nleqslv, doParallel, foreach, parallel, formula.tools Suggests: tinytest, covr, spelling, ggplot2, knitr, rmarkdown LinkingTo: Rcpp, RcppArmadillo VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: make Repository: https://ncn-foreigners.r-universe.dev Date/Publication: 2026-05-23 07:23:03 UTC RemoteUrl: https://github.com/ncn-foreigners/nonprobsvy RemoteRef: HEAD RemoteSha: f566c5637f09fa5c75e8da880a54a6512e680e71 NeedsCompilation: yes Packaged: 2026-06-22 10:39:32 UTC; root Author: Łukasz Chrostowski [aut, ctb], Maciej Beręsewicz [aut, cre] (ORCID: ), Piotr Chlebicki [aut, ctb] (ORCID: ) Maintainer: Maciej Beręsewicz