February 2012

Mid-February flotsam

February 17, 2012 | Luis

This coming Monday we start the first semester in Canterbury (and in New Zealand for that matter). We are all looking forward to an earthquake-free year; more realistically, I’d be happy with low magnitude aftershocks. The Wall Street Journal reports … Continue reading → [Read more...]

doSMP removed from CRAN

February 17, 2012 | heuristicandrew

If you do parallel processing in R on Windows, then you probably have heard of the doSMP package. However, it was recently removed from the CRAN repository with the terse message: Package ‘doSMP’ was removed from the CRAN repository. Revolution … Continue reading → [Read more...]

R in Financial Services Viewpoint newsletter

February 17, 2012 | David Smith

The Winter 2012 edition of Sybase's Financial Services Viewpoint newsletter includes two articles related to R. The "Industry Insight" article "R is Hot" (written by yours truly) is a one-page summary of the R phenomenon: what it is, how it's used, and how it's revolutionizing data analysis. The "Industry Insight" article ... [Read more...]

RcppArmadillo 0.2.35

February 17, 2012 | Thinking inside the box

Now that Rcpp 0.9.10 is released and on CRAN, other packages can take advantage of a small change needed to make use of the quasi-output stream Rcpp::Rcout. So the new release 0.2.35 of RcppArmadillo does just that---and input/output from Armadillo... [Read more...]

Visualizing the Correlations of a Matrix

February 17, 2012 | Andrew Landgraf

Correlation matrices are a common way to look at the dependence of a set of variables. When the variables have spatial relationships, the correlation matrix loses some information.Lets say you have repeated observations, each one being a matrix. For ex... [Read more...]

Visualising Twitter User Timeline Activity in R

February 17, 2012 | Tony Hirst

I’ve largely avoided “time” in R to date, but following a chat with @mhawksey at #dev8d yesterday, I went down a rathole last night exploring a few ways of visualising a Twitter user timeline and as a result also had a quick initial play with some time handling ... [Read more...]

Rcpp 0.9.10

February 17, 2012 | Thinking inside the box

A new release 0.9.10 of Rcpp is now on CRAN and in Debian. This is mostly internal release with a little bit of code reorgination (some of which will be used by a forthcoming RcppArmadillo release), some changes to make R CMD check happy, and one or ... [Read more...]

10,000 R Questions on Stackoverflow

February 17, 2012 | sachaepskamp

I was browsing stackoverflow when suddenly I noticed: 10 thousand questions tagged! I started using Stackoverflow almost exactly a year ago and remember that the counter was about 3 thousand at the time. It is a beautiful example of how fast the R community is … Continue reading → [Read more...]

draw chinese character Jiong using ggplot2

February 17, 2012 | R on Guangchuang Yu

The Chinese character Jiong (囧) is now widely used for expressing ideas or feelings such as annoyance, shock, embarrassment, awkwardness, scorn. The function plot of y=1/(x^2-1) looks very similar of this symbol. I use ggplot2 to draw the symbol of Jiong. Read More: 359 Words Totally [Read more...]

Useful functions for data frames in R

February 17, 2012 | Ralph

This post will consider some useful functions for dealing with data frames during data processing and validation. Consider an artifical data set create using the expand.grid function where there are duplicate rows in the data frame. __ des = expand.grid(A = c(2,2,3,4), B = c(1,3,5,5,7)) __ des A B 1 2 1 2 2 1 [...] [Read more...]

Take the INNGE survey on math and ecology

February 17, 2012 | Recology - R

Many ecologists are R users, but we vary in our understanding of the math and statistical theory behind models we use. There is no clear consensus on what should be the basic mathematical training of ecologists. To learn what the community thinks, we ... [Read more...]

NIR "Cross Validaton Statistics" with "R"

February 16, 2012 | jrcuesta

We have to check different options before to decide for one model:Configure different cross validations.Configure different math  treatments.Configure number of terms.With the Yarn NIR data, I have develop 4 models, for a simple exercise.Of course...
[Read more...]

XLConnect 0.1-8

February 16, 2012 | Mirai Solutions

Mirai Solutions GmbH (http://www.mirai-solutions.com) is pleased to announce the availability of XLConnect 0.1-8 on CRAN. The most prominent new features/extensions are an improved package vignette which provides more information and examples to get people started with the package. A new … Continue reading → [Read more...]
1 4 5 6 7 8 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)