print.RMSEA | R Documentation |
Print method for "RMSEA" objects: e.g. RMSEA()
.
## S3 method for class 'RMSEA'
print(x, ...)
x |
RMSEA object. |
... |
further arguments passed to or from other methods. |
invisible
RMSEA()
, print()
## Not run:
data(demoOneFactor)
manifests = names(demoOneFactor)
m1 = umxRAM("One Factor", data = demoOneFactor, type= "cov",
umxPath("G", to = manifests),
umxPath(var = manifests),
umxPath(var = "G", fixedAt = 1.0)
)
tmp = summary(m1)
RMSEA(tmp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.