Specify a MixTVEM
Specify a MixTVEM
lcMethodMixTVEM( formula, formula.mb = ~1, time = getOption("latrend.time"), id = getOption("latrend.id"), nClusters = 2, ... )
formula |
A |
formula.mb |
A |
time |
The name of the time variable. |
id |
The name of the trajectory identifier variable. |
nClusters |
The number of clusters. This replaces the |
... |
Arguments passed to the |
In order to use this method, you must download and source MixTVEM.R. See the reference below.
Dziak JJ, Li R, Tan X, Shiffman S, Shiyko MP (2015). “Modeling intensive longitudinal data with mixtures of nonparametric trajectories and time-varying effects.” Psychological Methods, 20, 444–469. doi: 10.1037/met0000048.
# this example only runs if you download and place MixTVEM.R in your wd try({ source('MixTVEM.R') method = lcMethodMixTVEM(Value ~ time(1) - 1, time='Assessment', id='Id', nClusters=3) })
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.