ClinReport (version 0.9.1.1)

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 or Factor variable

Value

A data.frame with some space for christ sake!

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(data)
spacetable(report.quali(data=data,y="y_logistic",x1="GROUP",
x2="TIMEPOINT")$output,at.row="TIMEPOINT")


# }

Run the code above in your browser using DataCamp Workspace