# \donttest{
data(latrendData)
if (require("mixtools")) {
method <- lcMethodMixtoolsGMM(
formula = Y ~ Time + (1 | Id),
id = "Id", time = "Time",
nClusters = 3,
arb.R = FALSE
)
}
# }
Run the code above in your browser using DataLab