Description Usage Arguments Details Value See Also Examples
spacetable
Add space at some interval in a table of statistics
1 | spacetable(tab, at.row = 6)
|
tab |
a data.frame. Normally, the output part of a desc object |
at.row |
Numeric (between 1 and |
Used internally into report.lsmeans
, report.quanti
and report.quali
A data.frame with some space between levels of the variable specified by at.row
report.quanti
report.quali
report.lsmeans
1 2 3 | data(datafake)
spacetable(report.quali(data=datafake,y="y_logistic",x1="GROUP",
x2="TIMEPOINT")$output,at.row="TIMEPOINT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.