Regression modeling strategies: a student’s perspective

rms
rstats
Nick and I are starting a series following Frank Harrell’s Regression Modeling Strategies course. Get ready for some crazy fun.
Author

Lucy D’Agostino McGowan

Published

January 18, 2017

Frank Harrell teaches an amazing course “Regression Modeling Strategies” based on his book each spring at Vanderbilt.

This was one of my all time favorite courses. It has just the right amount of practical strategies, brilliant statistical insight, and zealous disdain for all things stepwise regression. In fact, Frank’s valiant fight against dichotomization inspired the name of this very blog.

This semester, Nick is enrolled in the course, and I will be TAing it, so we thought it would be a perfect time to do what all good 21st century students do, blog about it. We will be using the #rms tag to thread the series to make it easy to follow along.

To kick things off, I encourage everyone to get a flavor of our beloved professor’s style by trying out the following R code:

library("fortunes")
fortune("Harrell")

Here is one of my personal favorites:


There are companies whose yearly license fees to SAS total
millions of dollars. Then those companies hire armies of
SAS programmers to program an archaic macro language using
old statistical methods to produce ugly tables and the
worst graphics in the statistical software world.
   -- Frank Harrell
      R-help (November 2004)

We have been planning on kicking this series off for a while, but it happens to serendipitously coincide with Frank jumping online via twitter and a blog! We are so excited to see how this goes.