extract_weights.RdDeprecated: use rakeR::rk_extract()
extract_weights(weights, inds, id)
| weights | A weight table, typically produced using rakeR::rk_weight() |
|---|---|
| inds | The individual level data |
| id | The unique id variable in the individual level data (inds), usually the first column |
A data frame with zones and aggregated simulated values for each variable
# NOT RUN {
extract_weights() is deprecated, use rk_extract() instead
# }