coef.ordinalNet {ordinalNet} | R Documentation |
Method to extract fitted coefficients from an "ordinalNet" object.
Description
Method to extract fitted coefficients from an "ordinalNet" object.
Usage
## S3 method for class 'ordinalNet'
coef(
object,
matrix = FALSE,
whichLambda = NULL,
criteria = c("aic", "bic"),
...
)
Arguments
object |
An "ordinalNet" S3 object. |
matrix |
Logical. If |
whichLambda |
Optional index number of the desired |
criteria |
Selects the best |
... |
Not used. Additional coef arguments. |
Value
The object returned depends on matrix
.
See Also
Examples
# See ordinalNet() documentation for examples.
[Package ordinalNet version 2.12 Index]