FlexCrossTable-ReporteRs: Create a FlexTable object from a table made by the cross...

Description Usage Arguments Value Author(s) Examples

Description

Create a FlexTable object from a table made by the cross function

Usage

1
2
3
FlexCrossTable(crosstable, compact = FALSE, id = ".id",
  variable = "variable", value = "value", effect = "effect",
  p = "p")

Arguments

crosstable

the result of cross function

compact

compact the table?

id

name of the 'id' column

variable

name of the 'variable' column

value

name of the 'value' column

effect

name of the 'effect' column

p

name of the 'p' column

Value

A FlexTable object (see ReporteRs package)

Author(s)

David Hajage

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(biostat2)
library(ReporteRs)
mytable <- cross(cbind(...) ~ tobgp, esoph, test = TRUE)
FlexCrossTable(mytable)
FlexCrossTable(mytable, TRUE)

## End(Not run)

eusebe/biostat2 documentation built on Dec. 27, 2019, 4:22 p.m.