powered by
spacetable Add space at some interval in a table of statistics
spacetable
spacetable(tab, at.row = 6)
a data.frame. Normally, the output part of a desc object
Numeric (between 1 and ncol(tab)) or Character (a column name of tab)
ncol(tab)
A data.frame with some space between levels of the variable specified by at.row
at.row
Used internally into report.lsmeans, report.quanti and report.quali
report.lsmeans
report.quanti
report.quali
report.quanti report.quali report.lsmeans
# 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