
## S3 method for class 'MplusRstructure':
print(x, ...)
NULL
Called for its side effect of printing the
object to the console# 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