Construct a flat (named) list of lcModel objects
Takes the inputs and generates a named lcModels object containing a list of the input models. Duplicates are preserved.
lcModels(...)
... |
|
A lcModels object containing all specified lcModel objects.
Other lcModel list functions:
as.lcModels(),
print.lcModels(),
subset.lcModels()
data(latrendData)
kml <- latrend(lcMethodKML("Y", id = "Id", time = "Time"), latrendData)
gmm <- latrend(lcMethodLcmmGMM(fixed = Y ~ Time, mixture = ~ Time,
id = "Id", time = "Time"), latrendData)
lcModels(kml, gmm)
lcModels(defaults = c(kml, gmm))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.