spacetable: Add space to the results of a statistic table

Description Usage Arguments Details Value See Also Examples

View source: R/spacetable.R

Description

spacetable Add space at some interval in a table of statistics

Usage

1
spacetable(tab, at.row = 6)

Arguments

tab

a data.frame. Normally, the output part of a desc object

at.row

Numeric (between 1 and ncol(tab)) or Character (a column name of tab)

Details

Used internally into report.lsmeans, report.quanti and report.quali

Value

A data.frame with some space between levels of the variable specified by at.row

See Also

report.quanti report.quali report.lsmeans

Examples

1
2
3
data(datafake)
spacetable(report.quali(data=datafake,y="y_logistic",x1="GROUP",
x2="TIMEPOINT")$output,at.row="TIMEPOINT")

ClinReport documentation built on Sept. 3, 2019, 5:07 p.m.