| bootstrap.default {Zelig} | R Documentation |
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.
## Default S3 method: bootstrap(obj, ...)
obj |
a fitted model object. This is typically of type “glm” or “lm” |
... |
unspecified parameters |
a list with the “alpha” and “beta” slots set
Matt Owen mowen@iq.harvard.edu