coef.robustlm {robustlm} | R Documentation |
Provides estimated coefficients from a fitted "robustlm" object.
Description
This function provides estimated
coefficients from a fitted "robustlm
" object.
Usage
## S3 method for class 'robustlm'
coef(object, ...)
Arguments
object |
An " |
... |
Other arguments. |
Value
A list consisting of the intercept and regression coefficients of the fitted model.
[Package robustlm version 0.1.0 Index]