powered by
Computes standardized drift effects from a CoTiMA or ctsem fit object. Can only handle CLPM or RI-CLPM fit objects.
ctmaStdParams( fit = NULL, times = 1, digits = 4, standardize = TRUE, oneTailed = FALSE )
ctmaStdParams returns a list of standardized discrete time drift matrices for different time intervals.
CoTiMA or ctsem fit object with or without random intercepts
scalar (1 by defualt) or vector of scalars defining the discrete time lags for which standardized drift effects are computed.
rounding (4 by default)
logical. TRUE (default) or FALSE (does not standardize and just computes discrete time effects)
logical. FALSE (default) or TRUE. If TRUE, one-tailed CIs will be reported
if (FALSE) { ctmaStdParams(CoTiMAFullFit_3_orig, times=c(.1, 1, 2), digits=6, standardize=TRUE) }
Run the code above in your browser using DataLab