August 2014

Easier way to chain commands using Pipe function

August 15, 2014 | Kun Ren

In pipeR 0.4 version, one of the new features is Pipe() function. The function basically creates a Pipe object that allows command chaining with $, and thus makes it easier to perform operations in pipeline without any external operator. In this post, I will introduce how to use this function and some ... [Read more...]

sort.data.frame

August 15, 2014 | mark

I came accross this post on SO, where several solutions to sorting data.frames are presented. It must have been solved a million times, but here's a solution I like to use. It benefits from the fact that sort is an … Continue reading → [Read more...]

rOpenSci at NESCent Open Tree of Life Hackathon

August 15, 2014 | rOpenSci Blog - R

The Open Tree of Life project aims to synthesize our combined knowledge of how organisms relate to each other, and make the results available to anyone who wants to use them. At present, the project contains data from more than 4,000 published phylogenies, which combine with other data sources to make ... [Read more...]

STEM forums

August 14, 2014 | xi'an

When visiting the exhibition hall at JSM 2014, I spoke with people from STEM forums on the Springer booth. The concept of STEM (why STEM? Nothing to do with STAN! Nor directly with Biology. It stands as the accronym for Science, Technology, Engineering, and Mathematics.) is to create a sort of ... [Read more...]

Exploring Node.js Streams with node-vstream

August 14, 2014 | Joyeur Article Feed

When working with Node streams, particularly object-mode streams, it's often helpful to be able to inspect a pipeline. The vstream module instruments objects to provide: For all objects: a name: used in debug output and especially useful for data pipelines custom counters: create your own counters… [Read more...]

Model building with the iris data set for Big Data

August 14, 2014 | Joseph Rickert

by Joseph Rickert I think we can be sure that when American botanist Edgar Anderson meticulously collected data on three species of iris in the early 1930s he had no idea that these data would produce a computational storm that would persist well into the 21st century. The calculations started, ... [Read more...]

Plotting Flows with riverplot

August 14, 2014 | andrew

I have been looking for an intuitive way to plot flows or connections between states in a process. An obvious choice is a Sankey Plot, but I could not find a satisfactory implementation in R… until I read the riverplot post by January Weiner. His riverplot package does precisely what ... [Read more...]

new laptop with ubuntu 14.04

August 13, 2014 | xi'an

As I was getting worried about the chances of survival of my current laptop (bought in emergency upon my return from Kyoto!), I decided to use some available grant money to buy a new laptop without stepping through the emergency square. Thanks to my local computer engineer, Thomas, I found ... [Read more...]

Table comparing the statistical capabilities of software packages

August 13, 2014 | David Smith

A statistical consultant known only as "Stanford PhD" has put together a table comparing the statistical capabilities of the software packages R, Matlab, SAS, Stata and SPSS. For each of 57 methods (including techniques like "ridge regression", "survival analysis", "optimization") the author ranks the capabilities of each software package as "Yes" (... [Read more...]
1 4 5 6 7 8 11

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)