summary.ordinalNet {ordinalNet} | R 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
Examples
# See ordinalNet() documentation for examples.
[Package ordinalNet version 2.12 Index]