Learn R Programming

rakeR (version 0.2.1)

extract_weights: extract_weights

Description

Deprecated: use rakeR::extract()

Usage

extract_weights(weights, inds, id)

Arguments

weights

A weight table, typically produced by rakeR::weight()

inds

The individual level data

id

The unique id variable in the individual level data (inds), usually the first column

Value

A data frame with zones and aggregated simulated values for each variable

Examples

Run this code
# NOT RUN {
## Not run
## extract_weights() is deprecated, use extract() instead
# }

Run the code above in your browser using DataLab