powered by
"residuals"(object, ...)
lmcal
nlscal
set.seed(1234) x=rep(1:8,5) y=jitter(sqrt(x)) fit=lmcal(x,y) residuals(fit) boxplot(residuals(fit))
Run the code above in your browser using DataLab