powered by
This function provides the coefficients of a SLRMss model.
SLRMss
# S3 method for SLRMss coef(object, H0 = FALSE, ...)
Coefficients extracted from the SLRMss object.
An object of class SLRMss.
If TRUE, choose the coefficients under the null hypothesis, if FALSE, choose the coefficients under alternative hypothesis (default).
Currently ignored.
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