ctWideNames | R Documentation |
ctWideNames sets default column names for wide ctsem datasets. Primarily intended for internal ctsem usage.
ctWideNames(
n.manifest,
Tpoints,
n.TDpred = 0,
n.TIpred = 0,
manifestNames = "auto",
TDpredNames = "auto",
TIpredNames = "auto"
)
n.manifest |
number of manifest variables per time point in the data. |
Tpoints |
Maximum number of discrete time points (waves of data, or measurement occasions) for an individual in the input data structure. |
n.TDpred |
number of time dependent predictors in the data structure. |
n.TIpred |
number of time independent predictors in the data structure. |
manifestNames |
vector of character strings giving column names of manifest indicator variables |
TDpredNames |
vector of character strings giving column names of time dependent predictor variables |
TIpredNames |
vector of character strings giving column names of time independent predictor variables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.