Collect multiple waves of data into a panel
enpanel(name, ..., .id_col = "id", .waves_col = "wave")
The name of the panel data, e.g. an assessment name
The waves of the panel. If unnamed arguments are used, the parameter order will be used as the wave tags. If named parameters are used, the names of the parameters will be used as the wave tags.
The name of the column that has the observed participant IDs. Multiple names can be used if multiple columns uniquely identify participants.
The column name for the wave tags once the panel is
homogenized and bound together into a single data.frame
An unhomogenized_panel
object