gd_estimate_poverty_stats_lq: gd_estimate_poverty_stats_lq Estimates poverty stats from...

View source: R/gd_compute_poverty_stats.R

gd_estimate_poverty_stats_lqR Documentation

gd_estimate_poverty_stats_lq Estimates poverty stats from Quadratic Lorenz fit

Description

gd_estimate_poverty_stats_lq Estimates poverty stats from Quadratic Lorenz fit

Usage

gd_estimate_poverty_stats_lq(mean, povline, A, B, C)

Arguments

mean

numeric: Welfare mean.

povline

numeric: Poverty line.

A

numeric: Lorenz curve coefficient. Output of regres_lq()$coef[1].

B

numeric: Lorenz curve coefficient. Output of regres_lq()$coef[2].

C

numeric: Lorenz curve coefficient. Output of regres_lq()$coef[3].

Value

list


PIP-Technical-Team/wbpip documentation built on Nov. 29, 2024, 6:57 a.m.