powered by
mc
Summary Method for an Object of Class mc
# S3 method for mc summary(object, digits = 4, ...)
Returns a list with the following elements:
Mean of the sampling distribution of \(\boldsymbol{\hat{\theta}}\).
Variance of the sampling distribution of \(\boldsymbol{\hat{\theta}}\).
Monte Carlo simulation bias.
Monte Carlo simulation root mean square error.
Location parameter used in the Monte Carlo simulation.
Scale parameter used in the Monte Carlo simulation.
Object of Class mc, that is, the output of the MC() function.
MC()
Digits to print.
additional arguments.
Ivan Jacob Agaloos Pesigan
# Fit the regression model object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) mc <- MC(object, R = 100) summary(mc)
Run the code above in your browser using DataLab