December 2013

Using Processing and R together (in OS X)

December 19, 2013 | Luis

I wanted to develop a small experiment with a front end using the Processing language and the backend calculations in R; the reason why will be another post. This post explained the steps assuming that one already has R and Processing installed: Install the Rserve package. This has to be ... [Read more...]

Twelve Days 2013: LASSO Regression

December 19, 2013 | Kelly Littlepage

Day Eight: LASSO Regression TL/DR LASSO regression (least absolute shrinkage and selection operator) is a modified form of least squares regression that penalizes model complexity via a regularization parameter. It does so by including a term proportional to $||\beta||_{l_1}$ in the objective function which shrinks coefficients towards zero, ... [Read more...]

Word Clouds using Text Mining

December 19, 2013 | Ralph

There was an interesting post on a blog which showed how straightforward it is to use the text mining tools (tm) from R along with the wordcloud package to create Word Clouds. Following the example from this page I processed the text of the Golden Asse book (found at Project ... [Read more...]

Catastrophe Modeling for the Insurance Industry

December 19, 2013 | Joseph Rickert

by Joseph Rickert At a Bay Area R User Group (BARUG) meeting this month hosted by Cisco, Dag Lohmann (the co-founder of Katrisk) gave an electrifying talk on catastrophe modeling for the insurance industry. Catastrophes: cyclones, hurricanes, floods earthquakes, terrorist attacks are rare events (from a statistical point of view) ... [Read more...]

Giving R the strengths of Stata

December 19, 2013 | Robert

This is not a partisan post that extols the virtues of one software package over another. I love Stata and R and use them both all the time. They each have strengths and weaknesses and if I could only take … Continue reading → [Read more...]

Random points on some hemisphere

December 18, 2013 | arthur charpentier

In my previous post, I tried to answer the following question Consider  points uniformly distributed on a sphere. What is the probability that the  points lie on a same hemisphere, for some hemisphere (there is no south or north here) ? If I have been able to use Monte Carlo simulations ... [Read more...]

24 Days of R: Day 18

December 18, 2013 | PirateGrunt

Earlier today, while looking for something else, I managed to stumble across a presentation given at the 2010 CAS RPM. (Egregious self-promotion: I'll be leading a day-long workshop at next year's RPM in Washington, DC.) I wasn't looking for a presentation on hierarchical models, but there one was. The fantastic Jim ... [Read more...]

The distribution of Twitter follower counts

December 18, 2013 | David Smith

My Twitter account @revodavid has, of this writing, 8828 followers. But is that below or above average amongst active Twitter accounts? Since Twitter doesn't publish statistics of follower counts, I've really had little idea. Until now, that is, because Jon Bruner has done some independent research to estimate the distribution of ... [Read more...]

ggtern 1.0.1.3 on CRAN

December 18, 2013 | Nicholas Hamilton

ggtern is now available on CRAN!   Since this was my first official package in R, I was pleasantly surprised at the rigour demonstrated by the volunteers in enforcing the many quality control standards! CRAN Landing Page for ggtern: The... [Read more...]

24 Days of R: Day 17

December 18, 2013 | PirateGrunt

I couldn't manage to find time yesterday, so today I'm going to try and catch up with two posts. In the first, I'm going to talk about a package I've been gradually working on over the course of the year. After all, what's Christmas if you don't get a package? ... [Read more...]

Twelve Days 2013: Sensor Fusion

December 18, 2013 | Kelly Littlepage

Day Seven: Sensor Fusion TL/DR Sensor fusion is a generic term for techniques that address the issue of combining multiple noisy estimates of state in an optimal fashion. There’s a straight forward view of it as the gain on a Kalman–Bucy filter, and an even simpler interpretation ... [Read more...]

Revolution Analytics CTO on Big Data analytics platforms

December 17, 2013 | David Smith

In an ZDNet article published this morning, Revolution Analytics CTO Greg Todd surveys the landscape for IT archietcture and tools to bring the insights of data scientists to business decision makers: In the changing world of technology, information, and analytics, the ability to leverage the latest techniques and tools has ... [Read more...]

Open access

December 17, 2013 | Gianluca Baio

I was really impressed by the very smooth process through which my paper on cost-effectiveness analysis in the presence of structural zero costs (which I've already mentioned for example here and here; the related R package is described here) has ... [Read more...]
1 3 4 5 6 7 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)