R
71
“R open source statistical computing and graphics” RSS
Curated by Steven L. Johnson
2.6K Views
Scoop.it Score 71
Visitors Loading...
Created Jul 23, 2011
Updated Feb 20
Posts 140
Followers 26
Reactions 146
Tags
Suggest
Follow
thedatamonkey.blogspot.com - February 20, 7:18 PM

The Data Monkey: Reading huge files into R

This isn't a problem most of us run into every day, but when we do, it sure is nice to know the answer! Here's some helpful information on how to load really large files into R.

Share
1
sas-and-r.blogspot.com - February 15, 9:31 AM

SAS and R: RStudio in the cloud, for dummies

The title says it all. If you're using R, you should be using RStudio, too. If you're using RStudio, you may be curious how to offload some processing into the cloud. Read this post to learn how.

Share
1
mintgene.wordpress.com - January 30, 9:25 AM

heatmaps: controlling the color representation with set data range

mintgene offers advice on use of fixed colors for visualizations -- complete with R code.

Share
2
lamages.blogspot.com - January 28, 6:39 PM

mages' blog: Say it in R with "by", "apply" and friends

An essential tour of the many "do by" functions in the R language.

Share
1
blog.echen.me - January 18, 9:50 AM

Quick Introduction to ggplot2

This is a bare-bones introduction to ggplot2, a visualization package in R. It assumes no knowledge of R and teaches the minimum you’ll need to know.

Share
1
sas-and-r.blogspot.com - January 13, 6:58 AM

SAS and R: Example 9.19: Demonstrating the central limit theorem (sic)

Demonstrating the law of large numbers with #rstats code

Share
1
www.r-statistics.com - January 1, 6:38 PM

Top 20 R posts of 2011 (and some R-bloggers statistics)

"R-bloggers.com is now two years young. The site is an (unofficial) online R journal written by bloggers who agreed to contribute their R articles to the site.
In this post I wish to celebrate R-bloggers’ second birthmounth by sharing with you:
1. Links to the top 20 posts of 2011
2. Statistics on “how well” R-bloggers did this year
3. An invitation for sponsors/supporters to help keep the site alive."

Share
2
forgetfulfunctor.blogspot.com - December 28, 2011 3:26 PM

Musings of a forgetful functor: Web scraping with Python - the dark side of data

Advice on how to gather data via web-scrapping to R via notes from a recent Pycon presentation. Helpful links and other resources.

Share
1
thebiobucket.blogspot.com - December 19, 2011 8:43 AM

theBioBucket*: Function to Collect Geographic Coordinates for IP-Addresses

Ever had a list of IP addresses that you want to find the geographic location for? Here's an R wrapper function to a web-service that will provide you with just that!

Share
1
rappster.wordpress.com - December 10, 2011 11:11 AM

Running your R and LaTeX Infrastructure from a portable USB Drive

For Windows OS users who want to run a statistical analysis infrastructure from a portable USB drive... here's what you need to know.

Share
1
rdatamining.wordpress.com - December 9, 2011 8:19 AM

Statistics with R – Lots of R Examples

'“Statistics with R” is a great R graphics & stats website. It provides lots of R examples, covering many analytics topics. It is also available as a PDF document to download at the website, as well as the R codes.'

Share
1
lamages.blogspot.com - December 2, 2011 7:17 PM

mages' blog: Fitting distributions with R

"Fitting distribution with R is something I have to do once in a while.

 

A good starting point to learn more about distribution fitting with R is Vito Ricci's tutorial on CRAN. I also find the vignettes of the actuar and fitdistrplus package a good read. I haven't looked into the recently published Handbook of fitting statistical distributions with R, by Z. Karian and E.J. Dudewicz, but it might be worthwhile in certain cases, see Xi'An's review. A more comprehensive overview of the various R packages is given by the CRAN Task View: Probability Distributions, maintained by Christophe Dutang.

 

do you decide which distribution might be a good starting point?"

 

Read this post to find out. 

Share
3
www.numbertheory.nl - November 15, 2011 10:10 AM

Parallelization using plyr: loading objects and packages into worker nodes | NumberTheory

"I really love the plyr package. Apart from having a progress bar and plyr handeling a lot of the overhead, a very interesting feature is being able to run plyr in parallel mode. Essentially, setting .parallel = TRUE runs any plyr function in parallel. This is under the assumption that a parallel backend was registered. In my case, I use the doSNOW package to register a backend that uses the Simple Network of Workstations (SNOW) package for parallel computing."

Share
2
cartesianfaith.wordpress.com - February 15, 10:02 AM

R for Quants, Part I (B)

"This is a continuation of the R workshop I'm teaching at the Baruch MFE program. This section discusses the programming model of R in a slightly biased way."
...

Share
1
spatialanalysis.co.uk - February 3, 4:02 PM

Great Maps with ggplot2 | Spatial Analysis

This is probably the single most amazing graphic I've seen produced directly out of R before. Here's a description from the author:

 

"The above map (and this one) was produced using R and ggplot2 and serve to demonstrate just how sophisticated R visualisations can be. We are used to seeing similar maps produced with conventional GIS platforms or software such as Processing but I hadn’t yet seen one from the R community (feel free to suggest some in the comments). The map contains three layers: buildings, water and the journey segments. The most challenging aspect was to change the standard line ends in geom_segment from “butt” to “round” in order that the lines appeared continuous and not with “cracks” in, see below."

Share
2
drunks-and-lampposts.com - January 30, 8:24 AM

Some new functions I’ve discovered in R

I use R as my primarily tool for data collection, data cleansing, agent-base modeling (simulations),  and data analysis. I like findings posts like this with helpful pointers on functions and language I'm unfamiliar with.

 

Read on for a quick intro to: merge_all, mutate, colwise, and "higher order functions".

Share
1
plausibel.blogspot.com - January 18, 9:53 AM

Letters from London: Illustrating the Deferred Acceptance Algorithm with R

I like this post because it shows a catchy way of illustrating an algorithm. Follow the links to grab the code and learn how to create you own animations with rstats.

Share
1
applyr.blogspot.com - January 13, 4:07 PM

Apply R: Toying with Google Apps Script

"Google offers an access to its services with Apps Scripts (JavaScript). That gives you a possibility to connect your spreadsheet to a fascinating variety of tools like geocoder, stock info, language translator, or email.

 

My java-scripting abilities are rather limited but just playing with tutorial examples I was quickly able to produce a script analyzing time distribution of received emails. It looks through your Gmail for the given contact and record the times of emails sent by it."

Share
1
www.r-statistics.com - January 10, 6:58 PM

Aggregation and Restructuring data

"The followings introductory post is intended for new users of R. It deals with the restructuring of data: what it is and how to perform it using base R functions and the {reshape} package.


This is a guest article by Dr. Robert I. Kabacoff, the founder of (one of) the first online R tutorials websites: Quick-R. Kabacoff has recently published the book ”R in Action“, providing a detailed walk-through for the R language based on various examples for illustrating R’s features (data manipulation, statistical methods, graphics, and so on…). The previous guest post by Kabacoff introduced data.frame objects in R."

Share
1
blog.diegovalle.net - December 31, 2011 7:48 AM

Homicides in Mexico 2010 | Diego Valle's Blog

Example of power of #rstats and ggplot2 - Homicides in Mexico 2010

Share
1
www.r-statistics.com - December 19, 2011 8:52 AM

data.frame objects in R (via 'R in Action')

The followings introductory post is intended for new users of R.  It deals with R data frames: what they are, and how to create, view, and update them.
Share
1
blog.revolutionanalytics.com - December 11, 2011 9:31 AM

Revolutions: Using R to create a logo: Simple

R user Josh Reich, who we've featured here on the blog before, is also the CEO and co-founder of the new user-friendly bank, Simple. (Confidential to Josh -- still waiting on my invite...).
Share
1
www.forbes.com (via @genetics_blog) - December 9, 2011 8:22 AM

Curing the Big Data Storage Fetish - Forbes

There is a massive mismatch between how money is being spent and the support needed for activities that will create business value from data. The problem is an enduring fetish to store big data without making plans for how it will be used.
Share
1
onertipaday.blogspot.com - December 5, 2011 7:04 PM

One R Tip A Day: The Art of R Programming - my two cents

"What makes this book different from other books about R is stated clearly by the author Norman Matloff in the introduction:


"This book is not a compendium of the myriad types of statistical methods that are available in the wonderful R package. It really is about programming and cover programming-related topics missing from most other books on R".


Most books about R present a gentle introduction to the language and then jump to practical applications. Norman Matloff, across the 350 pages of this book, accompanies the reader in developing the necessary skills useful to write software in a proper way focusing on the characteristics and idiosyncrasies of the R language."

Share
1
notebookonthewebs.tumblr.com - November 22, 2011 6:20 AM

Popular Baby Names Walk-Through Part 1 - Web Scrapping and ggploting - Command-Line Worldview

"This is the first walk-through I have posted. Reading these types of posts has been incredibly helpful as I have been learning R and other useful tools in the Unix universe. Hopefully you find it helpful.

 

First, I have been watching Google Python Videos the last couple days and they have a coding assignment using Social Security Administration Data Baby Names. Not having the downloads for the course I thought it would be a good python exercise to try to get the same data.

 

So, my interest in baby names has nothing to do with any impending life decision(or any recent drunken decisions). You can get the python script and the R we are going to use here. Also the csv file we are going to use can also be downloaded here.

Also if you are interested in more baby name projects and a web scrapper written in R/Ruby check out Hadley Wickham’s project."

Share
1
Previous 1 2 3 4 6 Next