# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "citestR" in publications use:' type: software license: MIT title: 'citestR: Conditional Independence of Missingness Test' version: 0.1.1 doi: 10.32614/CRAN.package.citestR abstract: Tests whether missingness in explanatory variables is conditionally independent of the outcome, given observed data. Uses multiply-imputed datasets and cross-validated classifiers to produce a test statistic and p-value, with a sensitivity parameter (kappa) for calibrating interpretation. Wraps the 'citest' 'Python' engine via a local 'FastAPI' server over 'HTTP', so no 'reticulate' dependency is needed at runtime. authors: - family-names: Robinson given-names: Thomas email: t.robinson7@lse.ac.uk - family-names: Lall given-names: Ranjit email: ranjit.lall@politics.ox.ac.uk repository: https://midasverse.r-universe.dev repository-code: https://github.com/midasverse/citest commit: 18055618eab37cbae4a951ebf0c268007f57d43b url: https://github.com/midasverse/citest date-released: '2026-04-01' contact: - family-names: Robinson given-names: Thomas email: t.robinson7@lse.ac.uk