print.MplusRstructure | R Documentation |
This is a method for printing an Mplus Residual Structure object.
## S3 method for class 'MplusRstructure'
print(x, ...)
x |
An object of class MplusRstructure |
... |
Additional arguments to pass on (not currently used) |
NULL
Called for its side effect of printing the object to the console
Joshua F. Wiley <jwiley.psych@gmail.com>
Other Mplus-Formatting:
coef.mplus.model()
,
confint.mplus.model()
,
extract()
,
summary.mplusObject()
# default 'show' uses printing
mplusRcov(c("a", "b", "c"), type = "ar")
# also if calling print explicitly
print(mplusRcov(c("a", "b", "c"), type = "ar"))
# to see all aspects of the raw/original object
str(mplusRcov(c("a", "b", "c"), type = "ar"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.