From 6ba0430a9296b099a568c908b18f7bc21ef08a1b Mon Sep 17 00:00:00 2001
From: giorgiacek
Date: Tue, 13 Feb 2024 10:44:25 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20PIP-Tech?=
=?UTF-8?q?nical-Team/pipster@13301091abd277d0d852de5e134a86d3489911e8=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
404.html | 1 -
LICENSE-text.html | 1 -
LICENSE.html | 1 -
articles/gd_functions.html | 55 +++++----------------
articles/index.html | 3 --
authors.html | 1 -
index.html | 1 -
pkgdown.yml | 3 +-
reference/add_pip_class.html | 1 -
reference/as_pip.html | 1 -
reference/check_pipgd_params.html | 1 -
reference/check_pipmd_pov.html | 1 -
reference/convert_to_pip_md.html | 1 -
reference/identify_pip_type.html | 1 -
reference/index.html | 1 -
reference/is_cumulative.html | 1 -
reference/pip_gd.html | 1 -
reference/pip_id.html | 1 -
reference/pip_md.html | 1 -
reference/pip_md_s.html | 1 -
reference/pipgd_gini.html | 1 -
reference/pipgd_lorenz_curve.html | 1 -
reference/pipgd_mld.html | 1 -
reference/pipgd_params.html | 1 -
reference/pipgd_pov_gap.html | 1 -
reference/pipgd_pov_gap_nv.html | 1 -
reference/pipgd_pov_headcount.html | 1 -
reference/pipgd_pov_headcount_nv.html | 1 -
reference/pipgd_pov_severity.html | 1 -
reference/pipgd_pov_severity_nv.html | 1 -
reference/pipgd_quantile.html | 1 -
reference/pipgd_quantile_welfare_share.html | 1 -
reference/pipgd_select_lorenz.html | 1 -
reference/pipgd_validate_lorenz.html | 1 -
reference/pipgd_watts.html | 1 -
reference/pipgd_watts_nv.html | 1 -
reference/pipgd_welfare_share_at.html | 1 -
reference/pipmd_gini.html | 3 +-
reference/pipmd_mld.html | 1 -
reference/pipmd_polarization.html | 1 -
reference/pipmd_pov_gap.html | 1 -
reference/pipmd_pov_gap_nv.html | 1 -
reference/pipmd_pov_headcount.html | 1 -
reference/pipmd_pov_headcount_nv.html | 1 -
reference/pipmd_pov_severity.html | 1 -
reference/pipmd_pov_severity_nv.html | 1 -
reference/pipmd_quantile.html | 1 -
reference/pipmd_quantile_welfare_share.html | 1 -
reference/pipmd_watts.html | 1 -
reference/pipmd_watts_nv.html | 1 -
reference/pipmd_welfare_share_at.html | 1 -
reference/pipster.html | 1 -
reference/return_format.html | 1 -
reference/return_format_md.html | 1 -
reference/return_format_md_dist.html | 1 -
reference/sum_up_to_one.html | 1 -
search.json | 2 +-
sitemap.xml | 3 --
58 files changed, 16 insertions(+), 105 deletions(-)
diff --git a/404.html b/404.html
index 9d27a94..03291da 100644
--- a/404.html
+++ b/404.html
@@ -40,7 +40,6 @@
Articles
diff --git a/LICENSE-text.html b/LICENSE-text.html
index 84c1dbc..a771646 100644
--- a/LICENSE-text.html
+++ b/LICENSE-text.html
@@ -25,7 +25,6 @@
Articles
@@ -393,48 +392,18 @@ 2.3 Poverty Severity
severity <- pipgd_pov_severity(welfare = pip_gd$L,
- weight = pip_gd$P,
- mean = mu,
- povline = z,
- lorenz = 'lq')
+ weight = pip_gd$P,
+ mean = mu,
+ povline = z,
+ lorenz = 'lq')
print((paste0("The poverty severity is ", round(severity$pov_severity*100,2), "%")))
#> [1] "The poverty severity is 4.75%"
-
Case 3: Additional Inequality and Poverty Measures
+Case 3: Inequality Analysis
-
Finally, pipster
can also be used to easily calculate
-additional inequality measures. The Gini coefficient can be calculated
-using pipgd_gini()
like so:
-
-gini <- pipgd_gini(welfare = pip_gd$L,
- weight = pip_gd$P,
- lorenz = 'lq')
-
-print((paste0("The gini index is ", round(gini$dist_stats$gini,2))))
-#> [1] "The gini index is 0.29"
-
The Watts Index can be calculated using pipgd_watts()
-like so:
-
-watts <- pipgd_watts(welfare = pip_gd$L,
- weight = pip_gd$P,
- mean = mu,
- povline = z,
- lorenz = 'lq')
-
-print((paste0("The Watts index is ", round(watts$watts, 2))))
-#> [1] "The Watts index is 0.43"
-
And finally, the MLD (Mean Logarithmic Deviation) can be calculated
-using pipgd_mld()
like so:
-
-mld <- pipgd_mld(welfare = pip_gd$L,
- weight = pip_gd$P,
- lorenz = 'lq')
-
-print((paste0("The MLD is ", round(mld$dist_stats$mld,2))))
-#> [1] "The MLD is 0.14"
diff --git a/articles/index.html b/articles/index.html
index af18998..538d2ef 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -25,7 +25,6 @@
Articles