check | R Documentation |
Checks that a survey fulfills all the requirements to work with the 'contact_matrix' function
## S3 method for class 'survey'
check(
x,
id.column = "part_id",
participant.age.column = "part_age",
country.column = "country",
year.column = "year",
contact.age.column = "cnt_age",
...
)
x |
A |
id.column |
the column in both the |
participant.age.column |
the column in the |
country.column |
the column in the |
year.column |
the column in the |
contact.age.column |
the column in the |
... |
ignored |
invisibly returns a character vector of the relevant columns
data(polymod)
check(polymod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.