ClinReport (version 0.9.1.14)

spacetable: Add space to the results of a statistic table

Description

spacetable Add space at some interval in a table of statistics

Usage

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)

Value

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

Details

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

See Also

report.quanti report.quali report.lsmeans

Examples

Run this code
# NOT RUN {
data(datafake)
spacetable(report.quali(data=datafake,y="y_logistic",x1="GROUP",
x2="TIMEPOINT")$output,at.row="TIMEPOINT")


# }

Run the code above in your browser using DataLab