Learn R Programming

LMest (version 3.1.2)

print: Print the output

Description

Given the output, it is written in a readable form

Usage

# S3 method for LMbasic
print(x, ...)
# S3 method for LMbasiccont
print(x, ...)
# S3 method for LMlatent
print(x, ...)
# S3 method for LMlatentcont
print(x, ...)
# S3 method for LMmanifest
print(x, ...)
# S3 method for LMmixed
print(x, ...)
# S3 method for MCbasic
print(x, ...)
# S3 method for MCcov
print(x, ...)
# S3 method for LMsearch
print(x, modSel = "BIC",...)

Arguments

x

output from lmest,lmestCont,lmestMixed, and lmestMc

modSel

a string indicating the model selection criteria: "BIC" (default) for Bayesian Information Criterion and "AIC" for Akaike Information Criterion Criterion

...

further arguments passed to or from other methods

Author

Francesco Bartolucci, Silvia Pandolfi, Fulvia Pennoni, Alessio Farcomeni, Alessio Serafini