Combine single-case data frames
Usage
combine(..., dvar = NULL, pvar = NULL, mvar = NULL, info = NULL, author = NULL)
# S3 method for scdf
c(...)
Arguments
- ...
scdf objects
- dvar
Character string. Name of the dependent variable. Defaults to the dependent variable of the first case provided.
- pvar
Character string. Name of the phase variable. Defaults to the phase variable of the first case provided.
- mvar
Character string. Name of the measurement-time variable. Defaults to the measurement-time variable of the first case provided.
- info
additional information on the scdf file.
- author
author of the data.