bootstrap: Parametric bootstrap

View source: R/bootstrap.R

bootstrapR Documentation

Parametric bootstrap

Description

Method for generating parametric bootstrap estimates from a fitted model.

Usage

bootstrap(object, B = 1000, extra_param = FALSE, ...)

Arguments

object

an object representing a fitted model (see 'Details').

B

an integer for number of bootstrap replicates (default 1,000).

extra_param

if TRUE, bootstrap is also performed for extra parameters (see 'Details').

...

additional optional arguments to pass to ibControl.

Details

This method is a simple wrapper around the ib method where number of iterations is set to 1.

Value

A matrix p (size of parameter) times B of bootstrapped estimates.

Author(s)

Samuel Orso

See Also

ib, ibControl


ib documentation built on April 5, 2022, 1:13 a.m.

Related to bootstrap in ib...