popMethods includes functions for 1) assessing the quality of and correcting population data for common biases and 2) estimating population size and distribution.
This package has not yet been published on CRAN, but can be installed from GitHub using the remotes package.
# This is currently required for installation from Github due to the custom `src/Makevars` file
# that is included to have both Stan and TMB models in the package
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE)
remotes::install_github("ihmeuw-demographics/popMethods", dependencies = TRUE)
# Unset the environment variable used to install popMethods
Sys.unsetenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS")
popMethods function documentation and vignettes can be found at https://ihmeuw-demographics.github.io/popMethods/index.html
If you encounter a clear bug, missing documentation, or a feature you'd like to see implemented please file an issue on github with the information requested in the issue template.
See the contributing guidelines for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.