bootstrap.default {Zelig}R Documentation

Produce Boot-strapped Parameters for a Statistical Model

Description

This method is a fallback for bootstrapping models that do not have a defined “bootstrap” method. For most models, this default is sufficient, so long as the model follows the usual convention that “coef(obj)” returns the systematic parameters of a fitted model.

Usage

  ## Default S3 method:
bootstrap(obj, ...)

Arguments

obj

a fitted model object. This is typically of type “glm” or “lm”

...

unspecified parameters

Value

a list with the “alpha” and “beta” slots set

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]