powered by
This function provides the residuals of a SLRMss model.
# S3 method for SLRMss residuals(object, H0 = FALSE, std = FALSE, ...)
Residuals extracted from a SLRMss object.
An object of class SLRMss.
SLRMss
If TRUE, choose the residuals under null hypothesis, if FALSE, choose the residuals under alternative hypothesis (default).
If TRUE, choose the standardized residuals, if FALSE, choose the non-standardized residuals (default).
Currently ignored.
data(orange) fit <- SLRMss(emulsion ~ arabicgum + xanthangum + orangeoil, family="Student", xi=3, testingbeta="xanthangum", statistic="LR", data=orange) residuals(fit)
Run the code above in your browser using DataLab