print.Anova: Print anova or Anova results in HTML

Description Usage Arguments Value Author(s)

Description

Over-rides the print methods of objects of class anova or Anova for display in HTML

Usage

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

Arguments

x

Object of class anova

digits

Number of significant digits to display

signif.stars

Logical indicating whether stars should be printed to flag p-values at conventional levels of statistical significance.

...

Additional arguments passed to print method.

Value

These functions generate a character vector of length 1 consisting of HTML code for displaying the results of Anova or anova. The vector is displayed using a cat function and the original object is returned invisibly.

Author(s)

Bill Altermatt


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.