pander (version 0.6.5)

pander.anova: Pander method for anova class

Description

Prints an anova object in Pandoc's markdown.

Usage

# S3 method for 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