Learn R Programming

MInt (version 1.0.1)

bootstrap: 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.