View source: R/gd_compute_pip_stats_lb.R
create_functional_form_lb | R Documentation |
Prepare data for Lorenz beta regression.
create_functional_form_lb(welfare, population)
welfare |
numeric: Welfare vector from empirical Lorenz curve |
population |
numeric: Population vector from empirical Lorenz curve |
Prepares data for regression. The last observation of (p,l), which by construction has the value (1, 1), is excluded since the functional form for the Lorenz curve already forces it to pass through the point (1, 1).
data.frame
Kakwani, N. 1980. "On a Class of Poverty Measures". Econometrica 48 (2): 437-46.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.