
Last chance! 50% off unlimited learning
Sale ends in
treg(lm.object, r, verbose=TRUE)
weights |
working weights |
disparity |
disparity, i.e. full likelihood |
tcoef |
robust regression parameter estimates |
r |
degrees of freedom |
library(SMIR)
data(stackloss)
stackloss.lm <- lm(y ~ x1 + x2 + x3, data = stackloss)
(stackloss.treg1.1 <- treg(stackloss.lm , r=1.1, verbose = FALSE) )
Run the code above in your browser using DataLab