pander.anova: Pander method for anova class

View source: R/S3.R

pander.anovaR Documentation

Pander method for anova class

Description

Prints an anova object in Pandoc's markdown.

Usage

## S3 method for class 'anova'
pander(x, caption = attr(x, "caption"), add.significance.stars = FALSE, ...)

Arguments

x

an anova object

caption

caption (string) to be shown under the table

add.significance.stars

if significance stars should be shown for P value

...

optional parameters passed to raw pandoc.table function


Rapporter/pander documentation built on March 23, 2022, 2:22 a.m.