Learn R Programming

OrdLogReg (version 1.1)

print.Ord.logreg: Prints output for an ordinal logic regression model

Description

This function prints and Ord.logreg object. It is a method for a generic function print of class Ord.logreg.

Usage

"print"(x, ...)

Arguments

x
An object of class Ord.logreg
...
Not currently used.

Details

This function is a method for the generic function print for class "Ord.logreg". It can be invoked by calling print for an object of the appropriate class.

See Also

Ord.logreg

Examples

Run this code
data(OLRmod)
print(OLRmod)

Run the code above in your browser using DataLab