Learn R Programming

pander (version 0.5.0)

pander.lme: Pander method for lme class

Description

Prints a lme object in Pandoc's markdown.

Usage

## S3 method for class 'lme':
pander(x, caption = attr(x, "caption"), summary = FALSE, ...)

Arguments

x
a lme object
caption
caption (string) to be shown under the table
summary
(default:FALSE) if to print expender summary
...
optional parameters passed to raw pandoc.table function