March 2011

A new series of mishaps

March 12, 2011 | xi'an

Following the slight difficulties of last week, I had a hard week on the computer front: indeed, on Monday, I received my 2007 macbook from the repair shop, with a new video card, courtesy of Apple. Unfortunately, this started a series of problems. First, the old macbook stopped recognizing the NVIDIA ...
[Read more...]

A quick look at #march11 / #saudi tweets

March 12, 2011 | mjbommar

Well, so much for that #march11 #Saudi day of rage.  Whether it was really the "tempest in a teacup" that  Prince Al-Waleed suggested on CNBC (video below, transcript here) or not, the oil complex and Saudi markets seem to have shrugged … Continue reading → [Read more...]

Ask R not to create a local directory tree

March 12, 2011 | Shige

I don't like R to create a local directory tree in my home directory because new packages will automatically be installed into that directory. The way to do this is to modify the "/usr/local/lib64/R/etc/Renviron" and mark the line "R_LIBS_USER=${R_LIBS... [Read more...]

sab-R-metrics: Multiple Regression and Interactions

March 12, 2011 | Millsy

Last time, I covered ordinary least squares with a single variable. This time, I'll extend this to using multiple predictor variables in a regression, interacting terms in R, and start thinking about using polynomials of certain terms in the regression (like Age and Age Squared). This should be a pretty ... [Read more...]

RcppArmadillo 0.2.16

March 11, 2011 | Thinking inside the box

Conrad Sanderson continues an active release schedule for his wonderful Armadillo templated C++ library for linear algebra; release 1.1.8 just came out yesterday. So I made a new release 0.2.16 of RcppArmadillo, our Rcpp-based integration into R. No ... [Read more...]

Survey: R used by more data miners than any other tool

March 11, 2011 | David Smith

According to respondents of the 2010 Rexer Analytics Data Miner Survey, open source R is the most commonly-used analysis tool amongst data miners: After a steady rise across the past few years, the open source data mining software R overtook other tools to become the tool used by more data miners (43%) ... [Read more...]

Script for Geostatistics with R

March 11, 2011 | Fabio Veronesi

I received requests for the script used during the tutorial.All the material is available in the main page of the course.However, in order to facilitate the availability of the scripts to all the viewers of this blog I've put the link to donwnload them... [Read more...]

ggheat : a ggplot2 style heatmap function

March 11, 2011 | Malarkey

I hope the code here is fairly self-explanatory with the inset annotations. I feel this is just a bit 'prettier' than heatmap.2 and has for me the right balance of options and extensibility. I have also found it difficult to produce high quality plots... [Read more...]

Review: R Graphs Cookbook by Hrishi Mittal

March 11, 2011 | Robin Wilson

Summary: Very useful for reference while producing graphs, and very comprehensive (including heat-maps, 3D graphs and maps). Reference: Mittal, H. V., 2011, R Graph Cookbook, Packt Publishing, Birmingham, UK, 272 pages,  Publisher’s Website As a scientist I often need to plot graphs of my data, so I am keen to learn ... [Read more...]

Copula Functions, R, and the Financial Crisis

March 10, 2011 | Matt Bogard

From: In defense of the Gaussian copula, The Economist"The Gaussian copula provided a convenient way to describe a relationship that held under particular conditions. But it was fed data that reflected a period when housing prices were not correlated to the extent that they turned out to be when ...
[Read more...]

Analyzing big data with Revolution R Enterprise

March 10, 2011 | Sherry Lamonica

This post from Sherry LaMonica is the first in a series from members of the Revolution Analytics Engineering team — ed. Do you know about the big data capabilities in the RevoScaleR package, included with every Revolution R Enterprise installation? RevoScaleR provides a framework for fast and efficient multi-core processing of ... [Read more...]

An easier to use IV regression command in R

March 10, 2011 | Tony Cookson

Update: I have added some functionality to my ivregress() command. Check out my newer post here.After I posted my last video tutorial on how to use my IV regression function, I received a comment asking why I didn't write the command a different way t...
[Read more...]

Beeswarm Boxplot (and plotting it with R)

March 10, 2011 | Tal Galili

(The image above is called a “Beeswarm Boxplot” , the code for producing this image is provided at the end of this post) The above plot is implemented under different names in different softwares. This “Scatter Dot Beeswarm Box Violin – plot” (in the lack of an agreed upon term) is a ... [Read more...]

R: Drop factor levels in a dataset

March 9, 2011 | Ari F.

R has factors, which are very cool (and somewhat analogous to labeled levels in Stata). Unfortunately, the factor list sticks around even if you remove some data such that no examples of a particular level still exist# Create some fake datax levels(x)x levels(x) # still the same levelstable(... [Read more...]
1 7 8 9 10 11 13

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)