summary.teigen {teigen}R Documentation

summary.teigen: Summary Function for tEIGEN Objects

Description

Summary method for class "teigen". Gives summary information.

Usage

## S3 method for class 'teigen'
summary(object, ...)
## S3 method for class 'summary.teigen'
print(x, ...)

Arguments

object

An object of class teigen

x

An object of class "summary.teigen".

...

Options to be passed to summary.

Value

An object of class "summary.teigen" that has a specialized print method. The object is a list containing the BIC and ICL values, as well as loglik value, model number and group number for the BIC. These values are also stored for ICL if it disagrees with the BIC value.

Author(s)

Jaymeson R. Wickins, Nicholas M. Boers, Jeffrey L. Andrews

See Also

teigen


[Package teigen version 2.2.2 Index]