| bootstrap.normal {Zelig} | R Documentation |
Returns bootstrapped parameter estimates for a Gaussian GLM.
## S3 method for class 'normal' bootstrap(obj, num, ...)
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. |
a list containing information concerning link, link-inverses, etc.
Matt Owen mowen@iq.harvard.edu