print.RMSEA {umx} | 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
## 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)