Skip to contents

contactmatrix provides standard classes and methods to work with social contact matrices in R.

This is an attempt at providing a common framework for social contact data in R, to facilitate interoperability between different data sources and analysis tools.

It results from the collaboration between multiple stakeholders:

Installation

You can install the development version of contactmatrix from GitHub with:

# install.packages("pak")
pak::pak("socialcontactdata/contactmatrix")

Development

Lifecycle

This package is currently experimental, as defined by the tidyverse lifecycle. This means that it is made available so people can try it out and provide feedback, but comes with no promises for long term stability.

Contributions

Contributions are welcome via pull requests.

Code of Conduct

Please note that the contactmatrix project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.