Learn R Programming

Zelig (version 4.2-1)

bootstrap.normal: Bootstrap Parameters for Zelig ``normal'' GLM

Description

Returns bootstrapped parameter estimates for a Gaussian GLM.

Usage

## S3 method for class 'normal':
bootstrap(obj, num, ...)

Arguments

obj
a ``zelig'' object that will be used to produce boot-strapped parameters
num
an integer specifying the number of simulations to produce
...
extra parameters to be passed to the ``boot'' method. These are typically ignored, but is included for further expansion.

Value

  • a list containing information concerning link, link-inverses, etc.