Learn R Programming

SLRMss (version 1.0.0)

summary.SLRMss: 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 SLRMss
summary(object, ...)

Value

A selected components extracted from a SLRMss object.

Arguments

object

An object of class SLRMss.

...

Currently ignored.

Examples

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

Run the code above in your browser using DataLab