Learn R Programming

socialmixr (version 0.1.4)

clean: Clean contact survey data

Description

Cleans survey data to work with the 'contact_matrix' function

Usage

# S3 method for survey
clean(x, country.column = "country", ...)

Arguments

x

A survey object

country.column

the name of the country denoting the country in which the survey participant was interviewed

...

ignored

Value

a cleaned survey in the correct format

Examples

Run this code
# NOT RUN {
data(polymod)
cleaned <- clean(polymod) # not really necessary as the 'polymod' data set has already been cleaned
# }

Run the code above in your browser using DataLab