Deprecated. Use rk_integerise()

integerise(weights, inds, method = "trs", seed = 42)

Arguments

weights

A matrix or data frame of fractional weights, typically provided by rakeR::weight()

inds

The individual--level data (i.e. one row per individual)

method

The integerisation method specified as a character string. Defaults to "trs"; currently other methods are not implemented.

seed

The seed to use, defaults to 42.

Value

A data frame of integerised cases

Examples

# NOT RUN {
Deprecated. Use rk_integerise()
# }