Learn R Programming

SLRMss (version 1.0.0)

fitted.SLRMss: Extract model fitted values for a SLRMss object

Description

This function provides the fitted values of a SLRMss model.

Usage

# S3 method for SLRMss
fitted(object, H0 = FALSE, ...)

Value

Fitted values extracted from the SLRMss object.

Arguments

object

An object of class SLRMss.

H0

If TRUE, choose the fitted values under null hypothesis, if FALSE, choose the fitted values under alternative hypothesis (default).

...

Currently ignored.

Examples

Run this code
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