View source: R/createMplusLGM.r
| createMplusLGM | R Documentation | 
Create a Mplus definition for a (multilevel) LGM Requires the clustering on parameter cluster And the different variables on dataframes of the same rank
createMplusLGM(
  x,
  series,
  pred.within,
  pred.between,
  clusters,
  model.within = c("i", "s"),
  model.between = c("ib", "sb"),
  bfile = NULL
)
x | 
 data.frame  | 
series | 
 list of time.series  | 
pred.within | 
 Predictors for within level  | 
pred.between | 
 Predictors for between levels  | 
clusters | 
 name of variable for clustering  | 
model.within | 
 by default c("i","s")  | 
model.between | 
 by default c("ib","sb")  | 
bfile | 
 basename for files  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.