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"
)
number of manifest variables per time point in the data.
Maximum number of discrete time points (waves of data, or measurement occasions) for an individual in the input data structure.
number of time dependent predictors in the data structure.
number of time independent predictors in the data structure.
vector of character strings giving column names of manifest indicator variables
vector of character strings giving column names of time dependent predictor variables
vector of character strings giving column names of time independent predictor variables