Description Usage Arguments Details Examples
summary method for class "mplustree".
| 1 2 | 
| object | An object of class "mplustree" (a fitted Mplus Tree) | 
| ... | Other arguments passed to or from other methods | 
Prints the tree structure given in object
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run: 
library(lavaan)
script = mplusObject(
   TITLE = "Example #1 - Factor Model;",
   MODEL = "f1 BY x1-x3; f2 BY x4-x6; f3 BY x7-x9;",
   usevariables = c('x1','x2','x3','x4','x5','x6','x7','x8','x9'),
   rdata = HolzingerSwineford1939)
fit = MplusTrees(script, HolzingerSwineford1939, group=~id,
   rPartFormula=~sex+school+grade, control=rpart.control(cp=.01))
summary(fit)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.