March 2013

Layman’s Random Forests

March 18, 2013 | Kevin Davenport

I’m not a fan of the Top 40 style content on Quora, but a student in Dr. Leek’s Coursera class shared this absolute gem from Edwin Chen. I have not seen a better explanation: How do random forests work in layman’s terms? Suppose you’re very indecisive, so ... [Read more...]

Review of Mathematica 9 and R-link

March 18, 2013 | Matt Asher

VIDEO TRANSCRIPT: Hello, this is Matt Asher from StatisticsBlog.com. I’m going to be reviewing Mathematica 9, from Wolfram Research. In particular, I’ll be focusing on using it with R and to do Monte Carlo simulations and other statistical work. You can find a full transcript of this video ... [Read more...]

R – Simple Recursive XML Parsing

March 18, 2013 | Ram

This is intended for those who are starting out in R and interested in parsing an XML document recursively. It uses DT Lang's XML package.If you want to just read certain types of nodes, then XPATH is great. This document by DT Lang is perfect for that... [Read more...]

Baseball Statistics with R – Batting Average

March 18, 2013 | Brian Johnson

I'm working on a new book about the R programming language. R is a language that is designed for use with statistics and data. I use it to analyze sports and social networking. I thought that it would be fun to write the book focusing on baseball statistics using data ... [Read more...]

Replay of Revolution R Enterprise: 100% R and More

March 18, 2013 | David Smith

If you missed last week's broadcast of the webinar Revolution R Enterprise: 100% R and More, I've embedded the replay below. If you're not familiar with the power, productivity and enterprise readiness that Revolution R Enterprise brings to open source R, this is a good place to start. Slides from the ... [Read more...]

RuPaul’s Drag Race season 5 predictions: episode 8

March 18, 2013 | Alex

Wow, last week’s Drag Race post made the rounds in the stats and Drag Race circles. It was cross-posted to Jezebel and has been getting some pretty high-profile links. A little birdy told me that Ms. Ru herself has read it. I think I can die a happy man ... [Read more...]

Geometric Random graphs

March 18, 2013 | fernando tenorio

Some days ago a friend of mine asked how much i knew about graph-theory. My answer: nothing. Anyway, i was able to read a little bit on Random Geometric graphs, so i came with this little function to help visualize these things: There are some pretty... [Read more...]

Callback functions for GUI widgets

March 18, 2013 | PirateGrunt

Of all the things I dislike about R, one of the biggest is the fact that you can declare a function within the list of arguments to another function. I’ve gotten over it for very minor operations needed by things like lapply, but it can drive me bonkers elsewhere. ... [Read more...]

R, where should I start?

March 17, 2013 | Jo-fai Chow

This is a dynamic post which I will continue to update whenever I find something new. Hope you will find the following links useful.Online Courses for Learning the R languageTry R from Code Schoole-Books for Learning the R LanguageR for Beginners ... [Read more...]

Variability of garch predictions

March 17, 2013 | Pat

How variable are garch predictions? Previously There have been several posts on garch, in particular: A practical introduction to garch modeling The components garch model in the rugarch package Both of these posts speak about the two common prediction targets: prediction (of volatility) at the individual times (usually days) term ... [Read more...]

Ordinal Data

March 17, 2013 | Wingfeet

I expect to be getting some ordinal data, from 5 or 9 point rating scales, pretty soon, so I am having a look ahead how to treat those. Often ANOVA is used, even though it is well known not to be ideal fro a statistical point of view, so that is the ... [Read more...]
1 5 6 7 8 9 14

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)