bootstrap.default: Produce Boot-strapped Parameters for a Statistical Model

Description Usage Arguments Value Author(s)

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

1
2
  ## 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


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