| rob.ci {repmod} | R Documentation | 
Function to compute bootstrap confidence intervals for robust linear regression models
Description
Estimates confidence intervals for rlm models.
Usage
rob.ci(x, level = 0.95, maxit = 200, R = 2000)
Arguments
x | 
 A rlm object  | 
level | 
 Confidence level for the interval  | 
maxit | 
 Maximum number of iterations per fit  | 
R | 
 Number of boostrap samples  | 
Value
A matrix with bootstrap confidence intervals for each variable in the model
[Package repmod version 0.1.7 Index]