Articles by Joseph Rickert

R and Data Science Webinar

October 2, 2014 | Joseph Rickert

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 ... [Read more...]

Why are we still teaching T-tests?

September 30, 2014 | Joseph Rickert

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 ... [Read more...]

DescTools: a new R "misc package"

September 25, 2014 | Joseph Rickert

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 ... [Read more...]

How to publish R and ggplot2 to the web

September 23, 2014 | Joseph Rickert

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 ...
[Read more...]

Comparing machine learning models in R

September 18, 2014 | Joseph Rickert

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 ... [Read more...]

R at Conferences this Fall

September 11, 2014 | Joseph Rickert

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 ... [Read more...]

The Collatz Conjecture Continued

September 9, 2014 | Joseph Rickert

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 ... [Read more...]

Long Memory and the Nile: Herodotus, Hurst and H

September 4, 2014 | Joseph Rickert

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 ... [Read more...]

R User Group Roundup

August 28, 2014 | Joseph Rickert

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 ... [Read more...]

Model building with the iris data set for Big Data

August 14, 2014 | Joseph Rickert

by Joseph Rickert I think we can be sure that when American botanist Edgar Anderson meticulously collected data on three species of iris in the early 1930s he had no idea that these data would produce a computational storm that would persist well into the 21st century. The calculations started, ... [Read more...]

Quantitative Finance applications in R – 8

August 12, 2014 | Joseph Rickert

The latest in a series by Daniel Hanson Introduction Correlations between holdings in a portfolio are of course a key component in financial risk management. Borrowing a tool common in fields such as bioinformatics and genetics, we will look at how to use heat maps in R for visualizing correlations ...
[Read more...]

Incidental R

August 7, 2014 | Joseph Rickert

by Joseph Rickert Last week, I posted a list of sessions at the Joint Statistical Meetings related to R. As it turned out, that list was only the tip of the iceberg. In some areas of statistics, such as graphics, simulation and computational statistics the use of R is so ... [Read more...]

A Data Scientist’s and R User’s Guide to the JSM

July 31, 2014 | Joseph Rickert

by Joseph Rickert The Joint Statistical Meetings (JSM) get underway this weekend in Boston and Revolution Analytics is again proud to be a sponsor. More than 6,000 statisticians and data scientists from around the world are expected to attend and listen to thousands of presentations. It is true that many talks ... [Read more...]

Agent Based Models and RNetLogo

July 24, 2014 | Joseph Rickert

by Joseph Rickert If I had to pick just one application to be the “killer app” for the digital computer I would probably choose Agent Based Modeling (ABM). Imagine creating a world populated with hundreds, or even thousands of agents, interacting with each other and with the environment according to ... [Read more...]
1 9 10 11 12 13 17

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)