bootstrap {Zelig}R Documentation

Generic Method for “bootstrap”

Description

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

Usage

  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


[Package Zelig version 4.2-1 Index]