print.RMSEA {umx} | R Documentation |
Print a RMSEA object
Description
Print method for "RMSEA" objects: e.g. RMSEA()
.
Usage
## S3 method for class 'RMSEA'
print(x, ...)
Arguments
x |
RMSEA object. |
... |
further arguments passed to or from other methods. |
Value
invisible
See Also
Examples
## 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)
[Package umx version 4.20.0 Index]