Tag Archives: R software

Recommended: beanumber repository

This page is moving to a new website.

This is the github repository of Ben Baumer. He is one of the co-authors of “Modern Data Science with R” and the data and code from that book is available here. He also provides code and data for OpenWAR, an open source method for calculating a baseball statistic, Wins Above Replacement. Finally, there is an R library for extracting, transforming, and loading “medium” sized datasets into SQL. Medium here means multi-gigabyte sized files. Related to this are a couple of “medium” sized data sets from the Internet Movie Database and from the NYC CitiBike dataset. Continue reading

PMean: Open source as a budgetary measure

This page is moving to a new website.

Like a lot of public universities, UMKC is having a lot of financial difficulty. They are asking for advice from faculty members on how to address this budget shortfall. Not being the bashful type, I suggested that we stop paying commercial software vendors and commercial journal publishers and rely instead on open source. Here’s the details of my letter. Continue reading

Recommended: Why R is Bad for You

This page is moving to a new website.

Arguing about R versus SAS often takes on a religious fervor, so I normally hesitate to recommend articles that trash one package or the other. But this one raises an interesting point which makes it worth reading. Note that “recommended” does not mean that I endorse these conclusions. But rather than bias you with my perception of the issue, just read this on your own. Continue reading

Recommended: Launch a Shiny App on Your Own Server in 4 Steps

This page is moving to a new website.

It’s very easy, apparently, to set up your own server to run Shiny apps (Shiny is a web based method for interacting with R code). If you have set up Amazon Web Services, then it is even easier. Here is a detailed account of how to do this. Once I get my own Shiny server going, I will let you know. Continue reading