May 2013

Updates to the Social Science Starter Kit

May 27, 2013 | Kieran Healy

The Emacs Social Science Starter Kit is a drop-in collection of packages and settings for Emacs 24 aimed at people like me: that is, people doing social science data analysis and writing, using some combination of tools like R, git, LaTeX, Pandoc, perh... [Read more...]

Bayesian model II regression

May 27, 2013 | Maxwell B. Joseph

Regression is a mainstay of ecological and evolutionary data analysis. For example, a disease ecologist may use body size (e.g. a weight from a scale with measurement error) to predict infection. Classical linear regression assumes no error in covariates; they are known exactly. This is rarely the case in ... [Read more...]

(Another) introduction to R

May 27, 2013 | beckmw

It’s Memorial Day and my dissertation defense is tomorrow. This week I’m phoning in my blog. I had the opportunity to teach a short course last week that was part of a larger workshop focused on ecosystem restoration. A fellow grad student and I taught a session on ... [Read more...]

useR! 2013 conference update

May 27, 2013 | Blog Administrator

Been trying to reach the website for the useR! 2013, the R user conference that will be held July 10-12 2013 at University of Castilla-La Mancha in Spain? There have been some server problems recently, but you can now get access at the official URL, www.r-project.org/useR-2013/. If you're going, ... [Read more...]

Log Transformations for Skewed and Wide Distributions

May 27, 2013 | Tal Galili

This is a guest article by Nina Zumel and John Mount, authors of the new book Practical Data Science with R. For readers of this blog, there is a 50% discount off the “Practical Data Science with R” book, simply by using the code pdswrblo when reaching checkout (until …Read more » [Read more...]

BISON USGS species occurrence data

May 27, 2013 | Recology - R

The USGS recently released a way to search for and get species occurrence records for the USA. The service is called BISON (Biodiversity Information Serving Our Nation). The service has a web interface for human interaction in a browser, and two APIs (application programming interface) to allow machines to interact ... [Read more...]

Pairwise distances in R

May 26, 2013 | f3lix

For a recent project I needed to calculate the pairwise distances of a set of observations to a set of cluster centers. In MATLAB you can use the pdist function for this. As far as I know, there is no equivalent in the R standard packages. So I looked into ... [Read more...]

Using R to visualize geo optimization algorithms

May 26, 2013 | Johannes Sc

Site optimization is the process of finding an optimal location for a plant or a warehouse to minimize transportation costs and duration. A simple model only consists of one good and no restrictions regarding transportation capacities or delivery time. The optimizing algorithms are often hard to understand. Fortunately, R is ...
[Read more...]

Test Drive of Parallel Computing with R

May 25, 2013 | statcompute

Today, I did a test run of parallel computing with snow and multicore packages in R and compared the parallelism with the single-thread lapply() function. In the test code below, a data.frame with 20M rows is simulated in a Ubuntu VM with 8-core CPU and 10-G memory. As the ... [Read more...]
1 2 3 4 5 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)