| bootstrap {Zelig} | R Documentation |
This method is intended to be overried by statistical models that would like to support statistical bootstrapping.
bootstrap(obj, ...)
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 |
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
This method has private memory storage and can reference the objects: “.fitted”, “.data”, “.call”, “.env”, despite having no declaration in the argument list.
Matt Owen mowen@iq.harvard.edu