print.ordinalgmifs: Print the Contents of an Ordinal GMIFS Fitted Object.

View source: R/print.ordinalgmifs.R

print.ordinalgmifsR 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 ordinalgmifs object.

...

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


ordinalgmifs documentation built on May 31, 2023, 6:31 p.m.