Publications by Joseph Rickert

R User Group Roundup

28.08.2014

by Joseph Rickert In the first half of 2014, worldwide R user group activity continued to increase, showing impressive growth over the same periods for the past couple of years.  For the last four months, the pace has been over 50 meetings per month.              n  There are now 147 user groups listed in Revolution Analytics' Local R U...

2570 sym 8 img

Using R to simulate the finances of public sector pension funds

02.09.2014

by Don Boyd, Senior Fellow, Rockefeller Institute of Government The Rockefeller Institute of Government is excited to be developing models to simulate the finances of public pension funds, using R. Public pension funds invest contributions from governments and public sector workers in an effort to ensure that they can pay all promised benefits ...

3591 sym

Long Memory and the Nile: Herodotus, Hurst and H

04.09.2014

by Joseph Rickert The ancient Egyptians were a people with long memories. The lists of their pharaohs went back thousands of years, and we still have the names and tax assessments for certain persons and institutions from the time of Ramesses II. When Herodotus began writing about Egypt and the Nile (~ 450 BC), the Egyptians who knew that their p...

5373 sym R (985 sym/4 pcs) 8 img

The Collatz Conjecture Continued

09.09.2014

by Seth Mottaghinejad Let's review the Collatz conjecture, which says that given a positive integer n, the following recursive algorithm will always terminate: if n is 1, stop, otherwise recurse on the following if n is even, then divide it by 2 if n is odd, then multiply it by 3 and add 1 In our last post, we created a function called 'cpp_col...

8876 sym R (8934 sym/12 pcs)

R at Conferences this Fall

11.09.2014

by Joseph Rickert The days are getting shorter here in California and the summer R conferences UseR!2014 and JSM are behind us, but there are still some very fine conferences for R users to look forward to before the year ends.  DataWeek starts in San Francisco on September 15th. I will be conducting a bootcamp for new R users, and on Wedneday t...

3159 sym

Comparing machine learning models in R

18.09.2014

by Joseph Rickert While preparing for the DataWeek R Bootcamp that I conducted this week I came across the following gem. This code, based directly on a Max Kuhn presentation of a couple years back, compares the efficacy of two machine learning models on a training data set. #----------------------------------------- # SET UP THE PARAMETER SPAC...

2045 sym R (1882 sym/1 pcs) 2 img

How to publish R and ggplot2 to the web

23.09.2014

by Matt Sundquist, Plotly Co-founder It's delightfully smooth to publish R code, plots, and presentations to the web. For example: Shiny makes interactive apps from R. Pretty R highlights R code for HTML. Slidify makes slides from R Markdown. Knitr and RPubs let you publish R Markdown docs. GitHub and devtools let you quickly release packages a...

3918 sym R (878 sym/4 pcs) 14 img

DescTools: a new R "misc package"

25.09.2014

by Joseph Rickert One of the most difficult things about R, a problem that is particularly vexing to beginners, is finding things. This is an unintended consequence of R's spectacular, but mostly uncoordinated, organic growth. The R core team does a superb job of maintaining the stability and growth of the R language itself, but the innovation en...

2893 sym R (3135 sym/4 pcs) 4 img 1 tbl

Why are we still teaching T-tests?

30.09.2014

The following post by Norm Matloff originally appeared on his blog, Mad(Data)Scientist, on September 15th. We rarely republish posts that have appeared on other blogs, however, the questions that Norm raises both with respect to the teaching of statistics, and his assertion that “R's statistical procedures are centered far too much on significa...

10428 sym

R and Data Science Webinar

02.10.2014

by Joseph Rickert Recently, I had the opportunity to present a webinar on R and Data Science. The challenge with attempting this sort of thing is to say something interesting that does justice to the subject while being suitable for an audience that may include both experienced R users and curious beginners. The approach I settled on had three pa...

2163 sym