Last data update: 2014.03.03

R: Bootstrap
bootstrapR Documentation

Bootstrap

Description

This function bootstraps a model learned by estimate to obtain confidence intervals on each parameter.

Usage

bootstrap(mfit, nboot = 10, seed = 1)

Arguments

mfit

A MInt model object.

nboot

The number of bootstraps to perform.

seed

Random number generator seed.

Value

A MInt object.

We should export this at some point.

Results