View source: R/standardise_crosstabs.R
standardize_table | R Documentation |
This ancillary function compute the standardised version of the input cross-tab using the Iterative Proportional Fitting method
standardize_table(
table,
delta = 0.001,
marginal.type = "average",
custom.row.totals = NULL,
custom.col.totals = NULL
)
table |
Input cross-tabulation. |
delta |
The desired level of accuracy |
marginal.type |
The desired marginal type |
custom.row.totals |
Custom row totals |
custom.col.totals |
Custom col totals |
List containing the cross-tabulation in standardised format and number of iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.