powered by
tidy
augment
## S3 method for class 'rlm': glance(x, ...)
glance.rlm
library(MASS) r <- rlm(stack.loss ~ ., stackloss) tidy(r) augment(r) glance(r)
Run the code above in your browser using DataLab