summary.ordinalNet: Summary method for an "ordinalNet" object.

View source: R/ordinalNet-methods.R

summary.ordinalNetR Documentation

Summary method for an "ordinalNet" object.

Description

Provides a data frame which summarizes the model fit at each lambda value in the solution path.model fit summary as a data frame.

Usage

## S3 method for class 'ordinalNet'
summary(object, ...)

Arguments

object

An "ordinalNet" S3 object

...

Not used. Additional summary arguments.

Value

A data frame containing a record for each lambda value in the solution path. Each record contains the following fields: lambda value, degrees of freedom (number of nonzero parameters), log-likelihood, AIC, BIC, and percent deviance explained.

See Also

ordinalNet

Examples

# See ordinalNet() documentation for examples.


ordinalNet documentation built on March 22, 2022, 9:06 a.m.