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