February 2012

Analyzing Twitter Data in R – Part 1

February 8, 2012 | Abraham Mathew

I recently began using the TwitteR package in R to examine my tweeting patterns. One of my first projects was to identify each of my Twitter followers, where they were located, how many tweets they had, and then plot their location on a map using a bubble which was related ... [Read more...]

Oracle’s strange understanding of R users

February 8, 2012 | Luis

After reading David Smith’s tweet on the price of Oracle R Enterprise (actually free, but it requires Oracle Data Mining at $23K/core as pointed out by Joshua Ulrich.) I went to Oracle’s site to see what was all about. Oracle … Continue reading → [Read more...]

Revolution R update adds Red Hat 6 support

February 8, 2012 | David Smith

The Dev Team at Revolution Analytics recently released an update to the Revolution R 5 family. Version 5.0.1 adds compatibility with Red Hat Enterprise Linux 6 for all editions (Community, Academic and Enterprise). This expands the platform support to Red Hat 5, Red Hat 6 and Microsoft Windows. For Revolution R Enterprise customers and users ... [Read more...]

"R": PLS Regression (Gasoline) – 005

February 8, 2012 | jrcuesta

Let´s see know how to plot the scores for the 3 PLS Components:  We can see the explained variance from each component in the diagonal.We can get it from R with:__ explvar(gas1)   Comp 1      Comp 2  &nbs...
[Read more...]

We Keep Our Vehicles Longer

February 8, 2012 | Patrick Rhodes

Description: Average age of passenger cars and light trucks in the United States since 1995. The gray area represents the possible variance of the trend line with 95% confidence. Data: https://www.polk.com/company/news/average_age_of_vehicles_... [Read more...]

OpenCPU, R in the Cloud

February 8, 2012 | Christopher Gandrud

I ran across OpenCPU today. If you have any intest in R and reproducible research this is definitely worth checking out. Also, it looks like I might want to explore the potential of embedding functions in websites. Hm . . . .
[Read more...]

Hadley Wickham: ggplot2 Webinar (Today!)

February 8, 2012 | Stephen Turner

Title: A Backstage Tour of ggplot2 with Hadley WickhamDate: Wednesday, February 8, 2012Time: 11:00AM - 12:00PM PacificPresenter: Hadley Wickham, Professor of Statistics, Rice UniversityRegister here.I used ggplot2 extensively a few years ago, but rever... [Read more...]

recents advances in Monte Carlo Methods

February 8, 2012 | xi'an

Next Thursday (Jan. 16), at the RSS, there will be a special half-day meeting (afternoon, starting at 13:30) on Recent Advances in Monte Carlo Methods organised by the General Application Section. The speakers are Richard Everitt, University of Oxford, Missing data, and what to do about it Anthony Lee, Warwick University, Auxiliary ... [Read more...]

A spell-checker in R

February 7, 2012 | RGuy

I came across Dr. Peter Norvig’s blog about writing a basic spell-checker (http://norvig.com/spell-correct.html), and just had to try to implement it in R. Please excuse the ugly-ish code (I have not optimized it or commented it adequately at this point, but you can get the ... [Read more...]

updated slides for ABC PhD course

February 7, 2012 | xi'an

Over the weekend, I have added a few slides referring to recent papers mentioning the convergence of ABC algorithms, in particular the very relevant paper by Dean et al. I had already discussed in an earlier post. (This is taking a larger chunk of my time than expected! I am ... [Read more...]

"R": PLS Regression (Gasoline) – 004

February 7, 2012 | jrcuesta

In the previous post we plot the Cross Validation predictions with:__ plot(gas1, ncomp = 3, asp = 1, line = TRUE)We can plot the fitted values instead with:__ plot(gas1, ncomp = 3, asp = 1, line = TRUE,which=train) Graphics are different:Of course, using "train" we get  overoptimisc statistics and we should look better at ...
[Read more...]
1 8 9 10 11 12 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)