Learn R Programming

betaMC (version 1.3.3)

print.mc: Print Method for an Object of Class mc

Description

Print Method for an Object of Class mc

Usage

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

Value

Prints the first set of simulated parameter estimates and model-implied covariance matrix.

Arguments

x

Object of Class mc.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
mc <- MC(object, R = 100)
print(mc)

Run the code above in your browser using DataLab