I got carried away with my R code for plotting income tax rates, and now it is an interactive webapp https://benc.shinyapps.io/r-income-tax/ using Shiny, a web framework for turning your R code into a website. Thanks Tom Nielsen for convincing me (in this talk about making a Haskell port of Shiny) to try it out.
Showing posts with label R. Show all posts
Showing posts with label R. Show all posts
20 August, 2017
18 August, 2017
A first project in R / UK income tax graphs
The UK income tax system has a progressive tax rate that gets higher as your income is higher. However it has a few quirks. I've been meaning to graph the effective rates, and today I felt like learning a bit more R to do it. I've included income related student loan repayments and National Insurance because they are, to some extent, income-tax-like.
The code at https://github.com/benclifford/r-income-tax can generate the following three graphs:
Marginal income tax rates, coloured by component, for varying income:
Total tax, for varying income:
Fraction of income taken as tax, for varying income:
Subscribe to:
Posts (Atom)