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

View source: R/betaMC-methods-mc.R

print.mcR Documentation

Print Method for an Object of Class mc

Description

Print Method for an Object of Class mc

Usage

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

Arguments

x

Object of Class mc.

...

additional arguments.

Value

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

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

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


betaMC documentation built on June 24, 2024, 9:08 a.m.