combine.summaryTable {inTextSummaryTable} | R Documentation |
Combine summary statistics table
Description
A new table is created, combining the tables by rows.
The attributes of the combined summary table are obtained by combining the attributes of all summary tables (and removing duplicates).
Usage
## S3 method for class 'summaryTable'
combine(..., summaryTables, combineVar = NULL, combineDir = c("row", "col"))
Arguments
... |
|
summaryTables |
List of |
combineVar |
(optional) String with name
of a new variable tracking from which table
each record originally come from. |
combineDir |
String indicating
on which direction: 'row' or 'col' (a.k.a column)
the information on the table appartenance
( |
Details
In case only a set of tables contain categorical variable, in nested rows, so the
variable
andvariableGroup
variables, these variables are included as last in the 'row variables' attribute of the combined table.Only one row is retained for the columns totals per column variable (the first one in order of appearance).
The column totals are not included if the column variable(s) are not the same across tables, or if the totals differ between tables.
Value
A combined summaryTable
.
Author(s)
Laure Cougnaud