pander (version 0.6.1)

pander.manova: Pander method for manova class

Description

Prints an manova object in Pandoc's markdown.

Usage

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

Arguments

x

an manovv 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