Learn R Programming

MplusAutomation (version 1.0.0)

print.MplusRstructure: Print an Mplus Residual Structure object

Description

This is a method for printing an Mplus Residual Structure object.

Usage

# S3 method for MplusRstructure
print(x, ...)

Arguments

x

An object of class MplusRstructure

Additional arguments to pass on (not currently used)

Value

NULL Called for its side effect of printing the object to the console

See Also

Other Mplus-Formatting: coef.mplus.model(), confint.mplus.model(), extract(), summary.mplusObject()

Examples

Run this code
# NOT RUN {
# 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"))
# }

Run the code above in your browser using DataLab