View source: R/print.ordinalgmifs.R
| print.ordinalgmifs | R Documentation |
This function prints the names of the list objects from an ordinalgmifs fitted model.
## S3 method for class 'ordinalgmifs'
print(x, ...)
x |
an |
... |
other arguments. |
returns the object names in the fitted ordinalgmifs object
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.
Kellie J. Archer
See Also ordinalgmifs, coef.ordinalgmifs, summary.ordinalgmifs, plot.ordinalgmifs, predict.ordinalgmifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.