Spatio-temporal Under-five Mortality Models of Estimation in R
The package is now available on CRAN. The easiest way to downlaod is to install directly using the code below.
To download the development version of the SUMMER package, use the code below.
Development Version Updates
The CRAN version of the package is currently up to date.
To see example usage of all main functions, build the package vignette. Note that the vignette will take a few minutes to compile.
# install.packages("devtools")
devtools::install_github("bryandmartin/SUMMER", build_vignettes = TRUE)
# Use this to view the vignette in the SUMMER HTML help
help(package = "SUMMER", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "SUMMER")
If you encounter a bug or would like make a change request, please file it as an issue here.