| Multiway | R Documentation | 
MultiwayCreates a crosstab by aggregating numeric data over factors.
Multiway(
  rows,
  columns = NULL,
  numeric = NULL,
  numeric.statistics = NULL,
  numeric.statistic = "Mean",
  hide.empty.rows = FALSE,
  hide.empty.columns = FALSE,
  subset = NULL,
  weights = NULL
)
| rows | A  | 
| columns | An optional  | 
| numeric | An optional numeric variable, which is used to compute the mean in the cells of the table. | 
| numeric.statistics | One or more of  | 
| numeric.statistic | Deprecated in favour of
 | 
| hide.empty.rows | Hide rows containing no data. | 
| hide.empty.columns | Hide columns containing no data. | 
| subset | The sub-group to include in the analysis. | 
| weights | The sampling or replication weights. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.