| print.ordinalgmifs {ordinalgmifs} | R Documentation |
Print the Contents of an Ordinal GMIFS Fitted Object.
Description
This function prints the names of the list objects from an ordinalgmifs fitted model.
Usage
## S3 method for class 'ordinalgmifs'
print(x, ...)
Arguments
x |
an |
... |
other arguments. |
Value
returns the object names in the fitted ordinalgmifs object
Note
The contents of an ordinalgmifs fitted object differ depending upon whether x is specified in the ordinalgmifs model (i.e., penalized variables are included in
the model fit hence a solution path is returned) or only terms on the right hand side of the equation are included (unpenalized variables). In the
latter case, we recommend using the VGAM package.
Author(s)
Kellie J. Archer
See Also
See Also ordinalgmifs, coef.ordinalgmifs, summary.ordinalgmifs, plot.ordinalgmifs, predict.ordinalgmifs
[Package ordinalgmifs version 1.0.8 Index]