coef.SLRMss {SLRMss}R Documentation

Extract the model coefficients for a SLRMss object

Description

This function provides the coefficients of a SLRMss model.

Usage

## S3 method for class 'SLRMss'
coef(object, H0 = FALSE, ...)

Arguments

object

An object of class SLRMss.

H0

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

...

Currently ignored.

Value

Coefficients extracted from the SLRMss object.

Examples

data(orange)
fit <- SLRMss(emulsion ~ arabicgum + xanthangum + orangeoil, family="Student",
xi=3, testingbeta="xanthangum", statistic="LR", data=orange)
coef(fit)

[Package SLRMss version 1.0.0 Index]