View source: R/transformations.R
implement_equivalise | R Documentation |
experimental Applies the equivalisation by number of household members in a file for a single variable.
implement_equivalise(file, file_name, variable, eq_scale = 0.5)
file |
A LIS or LWS file. |
file_name |
The name of the LIS or LWS file. |
variable |
A string with the variable to which equivalisation should be applied. |
eq_scale |
A real number. Defaults to 0.5. The variable will be equivalized using n_household_members^eq_scale |
To be used inside transform_equivalise().
A a file with the equivalised variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.