May 2011

Friday Function: nclass

May 6, 2011 | richierocks

When you draw a histogram, an important question is “how many bar should I draw?”. This should inspire an indignant response. You didn’t become a programmer to answer questions, did you? No. The whole point of programming is to let your computer do your thinking for you, giving you ... [Read more...]

EC2 Micro instance of RStudio

May 5, 2011 | Travis Nelson

I wanted to see see if I could setup RStudio on a micro instance on Amazon EC2.  I thought it would be nice to have my own instance running in the cloud and why not use AWS free usage tier … Continue reading → [Read more...]

BMS 0.3.0 Released

May 5, 2011 | BMS Add-ons » BMS Add-ons

Version of 0.3.0 of the Bayesian Model Averaging package BMS has been released. Apart from numerous bugfixes, BMS 0.3.0 includes two main additions: The ability in bms to keep certain fixed regressors to be included in all sampled models The option t... [Read more...]

Accessing MySQL through R

May 5, 2011 | tsperry

Connecting to MySQL is made very easy with the RMySQL package. To connect to a MySQL database simply install the package and load the library.install.packages("RMySQL")library(RMySQL)Connecting to MySQL:Once the RMySQL library is installed create a dat... [Read more...]

Day #34 Detailing graphs

May 5, 2011 | Stageverloop Kris » R-En

Today mostly existed in adding details or changing certain aspects of my graphs. For example, I had to turn around the y-axis on my levelplot, circleplot, … which wasn’t so easy at first. But after a bit of googling I found out I had to rev... [Read more...]

Day #35 replacing characters

May 5, 2011 | Stageverloop Kris » R-En

Today I had a meeting with Emmanuel. He is a guy from inside Janssen who is very good with R-scripts. He made a lot of great plots which I had to use for our reports. During the meeting we came to a conclusion that all the difficult R-scripting he did,... [Read more...]

How to access databases from R

May 5, 2011 | David Smith

From his presentation at the Greater Boston useR Group[*], R user Jeffrey Breen has shared some useful slides detailing how to bring data from relational databases like MySQL and Oracle. In fact, data from just about any relational database is accessible from R by sending an SQL query to the ... [Read more...]

sab-R-metrics: Logistic Regression

May 5, 2011 | Millsy

It's been a while since my last sab-R-metrics post, and I have not gotten to the real fun stuff yet. I apologize for the long layoff, and it's likely that these will be sparse for the next couple weeks. I have had some consulting opportunities come u... [Read more...]

Mapping airline flight networks with R

May 5, 2011 | David Smith

Inspired by the Facebook Social Network chart, FlowingData's Nathan Yau also turns to R to create a beautiful chart of the network of all flight connections between major airlines in the US: Like the Facebook chart, the chart reflects the intensity of the connections (here, the number of flights) between ... [Read more...]

Using R for Map-Reduce applications in Hadoop

May 4, 2011 | David Smith

Data Scientist Antonio Piccolboni recently published this comparison of the various language and interfaces available for programming Big Data analysis tasks in the map-reduce framework. The interfaces he reviewed included: Java Hadoop (mature and efficient, but verbose and difficult to program) Cascading (brings an SQL-like flavor to Java programming with ... [Read more...]

R Exercise with USDA Data

May 4, 2011 | klr

After the helpful comment by Bradley on my post Commodity Index Estimators, How about the National Agricultural Statistics Service (NASS)? Looks like they have information for prices received back to 1908 for many agricultural goods (http://www.nass.u...
[Read more...]
1 8 9 10 11 12

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)