Learn R Programming

ordinalNet (version 2.12)

summary.ordinalNet: 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 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

Run this code
# NOT RUN {
# See ordinalNet() documentation for examples.

# }

Run the code above in your browser using DataLab