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
)
List containing the cross-tabulation in standardised format and number of iteration.
Input cross-tabulation.
The desired level of accuracy
The desired marginal type
Custom row totals
Custom col totals