Learn R Programming

SLRMss (version 1.0.0)

coef.SLRMss: Extract the model coefficients for a SLRMss object

Description

This function provides the coefficients of a SLRMss model.

Usage

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

Value

Coefficients extracted from the SLRMss object.

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.

Examples

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

Run the code above in your browser using DataLab