RTutor Kicks Off: An Interactive R Problem Set about Top Income Taxation

[This article was first published on Economics and R - R posts, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

RTutor is a new R package that allows to develop interactive R exercises. Problem sets can be solved off-line or can be hosted online via shiny server.

Try out an Interactive Problem Set about Optimal Taxation of Top Labor Incomes

Jonas Send has written a very nice interactive R problem set that allows you to explore the key insights of the article “Optimal Taxation of Top Labor Incomes: A Tale of Three Elasticities” by Thomas Piketty, Emmanuel Saez and Stefanie Stantcheva (AEJ Policy, 2014). By solving it, you can learn a bit about R, about econometrics and about historical relationships between top income taxation and income inequality.

To install and try it out locally, follow the instructions here:

https://github.com/skranz/RTutorTopIncomeTaxation

Currently there is also an online version hosted by shinyapps.io:

https://skranz.shinyapps.io/RTutorTopIncomeTaxation/

(The online version sometimes greys out. On my computer it runs more stable with Chrome than with Firefox. The link for the online version may change in the future. Check out the github page if the link does not work anymore.)

A screenshot:

alt text

Building your own RTutor problem sets

If you want to build your own problem set, take a look at the RTutor github page

https://github.com/skranz/RTutor

and read the vignette

Guide for Developing Interactive R Problemsets.md

The core of a problem set is an RMarkdown solution file that is augmented by specific syntax to include customized tests, hints or info boxes. I try to make RTutor generate sensible tests and useful hints automatically. Yet, customization often improves a problem set. For a comprehensive example, take a look at Jonas' solution file for the problem set on Top Income Taxation:

Optimal Taxation of Top Labor Incomes sol.Rmd

Using RTutor for courses

I plan to regularly use RTutor for some of my courses at Ulm University. In addition to the browser-based interface, problem sets can also have the form of RMarkdown files. RMarkdown based problem sets can be solved interactively using RStudio, which may be preferable for more advanced classes. I plan to write up a small vignette with advice on how to use RTutor for courses after I have gained sufficient experience and have implemented some features that facilitate submission and assessment of students' solutions.

Feedback and Issues

RTutor is still a very young project and I appreciate your feedback. If you have ideas for nice features or find some bug, just open an issue on the project's github page:

https://github.com/skranz/RTutor/issues

To leave a comment for the author, please follow the link and comment on their blog: Economics and R - R posts.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)