summary.SLRMss {SLRMss} | R Documentation |
SLRMss object summaries
Description
This function displays the summary of the fitted model. It includes parameter estimates under both, null and alternative hypothesis, corrected Akaike information criterion, bayesian information criterion and choosed statistics.
Usage
## S3 method for class 'SLRMss'
summary(object, ...)
Arguments
object |
An object of class |
... |
Currently ignored. |
Value
A selected components extracted from a SLRMss object.
Examples
data(orange)
fit <- SLRMss(emulsion ~ arabicgum + xanthangum + orangeoil, family="Student",
xi=3, testingbeta="xanthangum", statistic="LR", data=orange)
summary(fit)
[Package SLRMss version 1.0.0 Index]