summary.bmem {bmem}R Documentation

Calculate bootstrap confidence intervals

Description

Calculate bootstrap confidence intervals

Usage

## S3 method for class 'bmem'
summary(object, ci='bc', cl=.95, ...)

Arguments

object

An output object from the function bmem

ci

norm: normal approximation CI, perc: percentile CI, bc: bias-corrected CI, bca: BCa

cl

Confidence level. Can be a vector.

...

other options can be used for the generic summary function.

Details

The other type of confidence intervals can be constructed from the output of the function bmem. Note if the BCa is required, the ci='BCa' should have been specified in the function bmem.

Value

The on-screen output includes the parameter estimates, bootstrap standard errors, and CIs.


[Package bmem version 2.1 Index]