Description Usage Arguments Value
View source: R/robustregression.R
Bootstraping for Coakley & Hettmansperger's Generalized M-Regression Estimator
1 2 3 4 5 6 7 8 9 | roblm.chboot(
formula,
data,
k = 1.345,
parallel = TRUE,
ncores = 4,
iter = 1000,
conf.level = 0.95
)
|
formula |
model formula |
data |
data frame |
k |
a tuning constant for the psi function. defaults to 1.345. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.