# 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