latex.ftable: Print LaTeX contrast table for ftable

Description Usage Arguments Value Author(s) Examples

Description

Prints an ftable result in latex; does not use Hmisc latex, but rather a home-brew hack. Hmisc should be included for method dispatching.

Usage

1
2
3
## S3 method for class 'ftable'
latex(object, title = "", caption, label, pos = "!htbp",
  mincapwidth, ...)

Arguments

object

an ftable object

title

label of table

caption

caption used for table

label

label used for table

pos

positioning parameter for LaTeX

mincapwidth

for ctable, the minimum caption width in mm.

...

additional parameters; none used currentyle, kept in analogy to Hmisc

Value

No result

Author(s)

Dieter Menne, dieter.menne@menne-biomed.de

Examples

1
2
3
library(Hmisc)
latex(ftable(Survived ~ ., data = Titanic), mincapwidth=100, label="tab:tit",
  caption="Titanic survivors")

dmenne/dlatex documentation built on May 15, 2019, 9:32 a.m.