
This is the first public release of the ssamixr R package, providing a harmonized collection of 171 social contact matrices from 18 Sub-Saharan African countries.
list_matrices()filter_matrices()get_matrix()A complete appendix summarizing all matrices is included in the package at:
system.file("extdata", "social_contact_appendix.pdf", package = "ssamixr")
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_github("fbkengne/ssamixr")
library(ssamixr)
This release is intended for reviewers and early users. Future versions will expand documentation, add visualizations, and include additional metadata.