fitted.SLRMss {SLRMss} | R Documentation |
Extract model fitted values for a SLRMss object
Description
This function provides the fitted values of a SLRMss model.
Usage
## S3 method for class 'SLRMss'
fitted(object, H0 = FALSE, ...)
Arguments
object |
An object of class |
H0 |
If TRUE, choose the fitted values under null hypothesis, if FALSE, choose the fitted values under alternative hypothesis (default). |
... |
Currently ignored. |
Value
Fitted values extracted from the SLRMss object.
Examples
data(orange)
fit <- SLRMss(emulsion ~ arabicgum + xanthangum + orangeoil, family="Student", xi=3,
testingbeta="xanthangum", statistic="LR", data=orange)
fitted(fit)
[Package SLRMss version 1.0.0 Index]