bootstrap: Generic Method for "bootstrap"

Description Usage Arguments Value Note Author(s)

Description

This method is intended to be overried by statistical models that would like to support statistical bootstrapping.

Usage

1
  bootstrap(obj, ...)

Arguments

obj

a fitted model object that will be used to produce boot-strapped parameters. This object usually inherits the class “glm” or “lm” object

...

unspecified parameters

Value

a list with the “alpha” and “beta” slots set. Note that “alpha” corresponds to ancillary parameters and “beta” corresponds to systematic components of the model

Note

This method has private memory storage and can reference the objects: “.fitted”, “.data”, “.call”, “.env”, despite having no declaration in the argument list.

Author(s)

Matt Owen mowen@iq.harvard.edu


IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.