Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'lmRob':
summary(object, correlation = FALSE, bootstrap.se = FALSE, ...)
TRUE
then the correlation matrix of the coefficients is included in the summary.TRUE
then bootstrap standard error estimates are included in the summary.summary
function.lmRob
object. Use the names
function to obtain a list of the components.data(stack.dat)
stack.rob <- lmRob(Loss ~ ., data = stack.dat)
stack.sum <- summary(stack.rob)
stack.sum
stack.bse <- summary(stack.rob, bootstrap.se = TRUE)
stack.bse
Run the code above in your browser using DataLab