View source: R/betaMC-methods-mc.R
summary.mc | R Documentation |
mc
Summary Method for an Object of Class
mc
## S3 method for class 'mc'
summary(object, digits = 4, ...)
object |
Object of Class |
digits |
Digits to print. |
... |
additional arguments. |
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.
Ivan Jacob Agaloos Pesigan
# Fit the regression model
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
mc <- MC(object, R = 100)
summary(mc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.