Provides utilities to compute several statistics of interest from CHAMPS Limited Data Set (https://champshealth.org/data-access/), as well as the ability to output these statistics in various formats such as PowerPoint slides, HTML tables, and plots.
You can install this package using the remotes
package's install_github()
function.
If you don't already have the remotes
package, you can install it with:
install.packages("remotes")
Then you can install the champs
package with:
remotes::install_github("ki-tools/champs")