| clean | R Documentation |
Cleans survey data to work with the 'contact_matrix' function
## S3 method for class 'contact_survey'
clean(
x,
participant_age_column = "part_age",
...,
participant.age.column = deprecated()
)
x |
A |
participant_age_column |
the column in |
... |
ignored |
participant.age.column |
a cleaned survey in the correct format
data(polymod)
cleaned <- clean(polymod) # not really necessary, polymod is clean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.