print.mc {betaMC} | R Documentation |
mc
Print Method for an Object of Class mc
## S3 method for class 'mc'
print(x, ...)
x |
Object of Class |
... |
additional arguments. |
Prints the first set of simulated parameter estimates and model-implied covariance matrix.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
mc <- MC(object, R = 100)
print(mc)