Description Usage Arguments Value
Bootstrapping Robust Generalized Linear Models
1 2 3 4 5 6 7 8 9 10 11 12 |
formula |
A model formula |
data |
A data frame |
family |
One of "binomial", "poisson", "Gamma", "gaussian". |
method |
The method to be used to calculate weights for the design matrix. One of the options below. The default is "mallows". |
k |
Tuning constant for Huber's psi. defaults to 1.345. |
cw |
Tuning constant for caroll weights. defaults to 8. |
parallel |
Whether or not to use parallel processing. Defaults to TRUE. |
ncores |
Number of cores to use. If not supplied, a cluster on the local machine consisting of the number of system cores minus one is created for the duration of the boot call. |
iter |
The number of bootstrap replicates. Defaults to 1000. |
conf.level |
the confidence level for computing the bootstrap confidence intervals. defaults to 0.95. |
a roblm object containing the contents of either a "boot" or a "kernelboot" object.
a robglm object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.