powered by
mc
Print Method for an Object of Class mc
# S3 method for mc print(x, ...)
Prints the first set of simulated parameter estimates and model-implied covariance matrix.
Object of Class mc.
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) mc <- MC(object, R = 100) print(mc)
Run the code above in your browser using DataLab