print.anova.ocm: Print anova.ocm objects

Description Usage Arguments Value Author(s) See Also

View source: R/ocm.methods.R

Description

Print the results of the comparison of continuous ordinal models in likelihood ratio tests.

Usage

1
2
3
4
5
6
7
## S3 method for class 'anova.ocm'
print(
  x,
  digits = max(getOption("digits") - 2, 3),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

an object of class anova.ocm

digits

controls the number of digits to print. Defaults to the maximum of the value returned by (getOption("digits") - 2) and 3

signif.stars

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

Value

Prints anova.ocm object

Author(s)

Maurizio Manuguerra, Gillian Heller

See Also

ocm, anova.ocm


ordinalCont documentation built on Dec. 3, 2020, 1:06 a.m.