survey {socialmixr} | R Documentation |
Contact survey
Description
A survey
object contains the results of a contact survey. In particular, it contains two data frames called participants
and contacts
that are linked by a column specified as id.column
Usage
survey(participants, contacts, reference = NULL)
Arguments
participants |
a |
contacts |
a |
reference |
a |
Value
a new survey object
Author(s)
Sebastian Funk
Examples
data(polymod)
new_survey <- survey(polymod$participants, polymod$contacts)
[Package socialmixr version 0.3.2 Index]