View source: R/summary.simsum.R
summary.simsum | R Documentation |
The summary()
method for objects of class simsum
returns confidence intervals for performance measures based on Monte Carlo standard errors.
## S3 method for class 'simsum'
summary(object, ci_level = 0.95, df = NULL, stats = NULL, ...)
object |
An object of class |
ci_level |
Significance level for confidence intervals based on Monte Carlo standard errors. Ignored if a |
df |
Degrees of freedom of a t distribution that will be used to calculate confidence intervals based on Monte Carlo standard errors. If |
stats |
Summary statistics to include; can be a scalar value or a vector (for multiple summary statistics at once). Possible choices are:
Defaults to |
... |
Ignored. |
An object of class summary.simsum
.
simsum()
, print.summary.simsum()
data("MIsim")
object <- simsum(
data = MIsim, estvarname = "b", true = 0.5, se = "se",
methodvar = "method"
)
xs <- summary(object)
xs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.