January 2013

Visualizing CA Snow Survey Data in R

January 14, 2013 | dylan

The CDEC website provides access to a wide range in hydrologic data (stream flow, snow survey, etc.) collected in California. The following code and functions (attached at the bottom of the page) illustrate how to query CDEC, and graphically compare th... [Read more...]

Using TeXmacs as an interface for R

January 14, 2013 | mlt

Using TeXmacs as an interface for R (part 1)(This post was copied from my post at wordpress. Because I didn't manage to switch r-bloggers.com to use that blog, I'm reposting it here....) A nice, but not very well known, interface to R isTeXmacs. (I have to say that I ... [Read more...]

For loops (and how to avoid them)

January 14, 2013 | Slawa Rokicki

My experience when starting out in R was trying to clean and recode data using for() loops, usually with a few if() statements in the loop as well, and finding the whole thing complicated and frustrating.In this post, I'll go over how you can avoi... [Read more...]

Air quality analysis from Beijing twitter feed.

January 14, 2013 | David Ruau

As air pollution in Beijing reach new high [NYT article]. I re-ran the analysis I put online a few months ago. "Crazy bad" is a good description when it reach those levels. But I am sure there are other place like Mexico city, LA etc... that also look as dramatic ... [Read more...]

Restricted Boltzmann Machines in R

January 14, 2013 | Andrew Landgraf

Restricted Boltzmann Machines (RBMs) are an unsupervised learning method (like principal components). An RBM is a probabilistic and undirected graphical model. They are becoming more popular in machine learning due to recent success in training them with contrastive divergence. They have been proven useful in collaborative filtering, being one of ... [Read more...]

A first example of using Boost

January 14, 2013 | Rcpp Gallery

Boost is, to quote the quote by Sutter and Alexandrescu which adornes the Boost website, …one of the most highly regarded and expertly designed C++ library projects in the world. The impact of Boost on C++ cannot be overstated. Boost is, at its core, a collection of thoroughly designed and ...
[Read more...]

R Benchmark: Merge vs fast.merging

January 14, 2013 | Xachriel

Last summer as a trainee I ran into a bit of trouble with the merge function in R. The main problem is that it's slower then your avarage tortoise in a tard field. Also I could not use rbind because of the different lengths of the frames. In code I ... [Read more...]

audiolyzR: Data sonification with R

January 13, 2013 | civilstat

In his talk “Give Your Data A Listen” at last summer’s useR! 2012 conference, Eric Stone presented joint work with Jesse Garrison on audiolyzR, an R package for “data sonification.” I thought this was a nifty and well-executed idea. Since I haven’t seen … Continue reading → [Read more...]

‘read.morphologika’ update

January 13, 2013 | Erik Otárola-Castillo

Update for read.morphologika function. This code will be added to geomorph on our next package update. This update fixes problems with message "object 'incoords' not found". Can be used with example data set mydata_readmorphologika. Here, I p... [Read more...]

(Dis)Utility

January 13, 2013 | Gianluca Baio

Mart Janssen writes me that he's tried to run the examples for BCEA and pointed out a problem $-$ it all boiled down to a missing script, really, but thanks Mart (if you're reading this)!I've now fixed the problem by updating the file Ut... [Read more...]

European Migration

January 13, 2013 | Wingfeet

Last week on the radio I heard a story of southern Europeans and Irish looking for better times in northern Europe. I heard the tale of an Italian academic who left Italy to end up waiting tables in an Italian restaurant in the Netherlands. Obviously t... [Read more...]

Introduction to exception handling

January 13, 2013 | Rcpp Gallery

One of the many features that make C++ different from C is exception handling. This is a somewhat big topic, and large codebases sometimes eschew exceptions for lack of traceability in truly large programs (and eg the Google in-house C++ style guide is a well-known example of the Just say ...
[Read more...]

How Low Can It [The Mississsippi River] Go?

January 12, 2013 | hrbrmstr

I’ve heard quite a bit about the current problems with the Mississippi River and wanted to see for myself (with data) just how bad it is. St Louis seems to be quite indicative of the severity of the situation, so I pulled the USGS “stream” records for it and ...
[Read more...]
1 8 9 10 11 12 17

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)