Print the results of the comparison of continuous ordinal models in likelihood ratio tests.
# S3 method for anova.ocm
print(
x,
digits = max(getOption("digits") - 2, 3),
signif.stars = getOption("show.signif.stars"),
...
)
an object of class anova.ocm
controls the number of digits to print. Defaults to the maximum of the value returned by (getOption("digits") - 2) and 3
a logical. Should the significance stars be printed? Defaults to the value returned by getOption("show.signif.stars")
further arguments passed to or from other methods
Prints anova.ocm
object