Skip to content
/ income Public

A R-package to analyse WID-income data with the lorenz curve

Notifications You must be signed in to change notification settings

m-g-h/income

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Income

The goal of income is to visualise income data of countries through plotting Lorenz-Curves.

Installation

You can install this package with:

devtools::install_github("m-g-h/income")

Example

This package is implemented via the package drake and should only be used inside an R-Project. After setting one up, do the following:

1 "Make" the drake plan:

income::make_project()

You can take a look at the drake-plan with:

income::show_project()

(it's quite simple)

2 Plot the income distributions:

income::plot_lorenz(ctry = "FR")

A list of the country id's can be shown with the function country_list()

About

A R-package to analyse WID-income data with the lorenz curve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages