DEPRECATED. Integerize grouped columns to match totals
integerize.RdRounds groups of columns to integers so their sum matches a total column, adjusting the largest value for any rounding difference. Use for preparing control totals for weighting.
Details
Identifies columns by pattern and rounds values.
Adjusts largest column to match total exactly.
Returns data.table with integerized columns.
Assumes input is a data.table and columns are numeric.
See also
integerize_probs
Other weighting utilities:
integerize_probs()