March 2013

April 18, 2013Third Milano R net meeting: agenda

March 25, 2013 | Milano R net

April 18, 2013 - 18:00 - 21:00 Fiori Oscuri Bistrot & Bar (www.fiorioscuri.it) Via Fiori Oscuri, 3 - Milano (Zona Brera) 18.00 - 18.15 Registration 18.15 - 18.30 Welcome presentation Andrea Spanò, Partner at Quantide 18.30 - 19.00 Digit recognition Machine … Continue reading → [Read more...]

Using R: reading tables that need a little cleaning

March 24, 2013 | mrtnj

Sometimes one needs to read tables that are a bit messy, so that read.table doesn’t immediately recognize the content as numerical. Maybe some weird characters are sprinkled in the table (ever been given a table with significance stars in otherwise numerical columns?). Some search and replace is needed. ... [Read more...]

R Help tooltips

March 24, 2013 | romain

I created a simple jquery plugin to display some information when hovering links to r documentation files hosted at help.r-enthusiasts.com Below is a snapshot from highlight.r-enthusiasts.com that uses the tooltips: See also a live example here: data.frame Using this feature … Continue reading → [Read more...]

Tupper’s self-referential formula

March 24, 2013 | Michael kao

Can't remember where I first came across this equation but the Tupper's self referential equation, is a very interesting formula that when graphed in two dimension plane it reproduces the formula. \[ \frac{1}{2} I first thought this would be a quick 5 min exercise which turned into a 3 hour work, the obstacle ... [Read more...]

Not all proportion data are binomial outcomes

March 24, 2013 | petrkeil

It really is trivial. Not every proportion is frequency. There are things that have values  bounded between 0 and 1 and yet they are neither probabilities, nor frequencies. Why do I even bother to write this? Because some kinds of…Read more → [Read more...]

Rcpp 0.10.3

March 24, 2013 | romain

Rcpp 0.10.3 is on CRAN. Here is the part of the NEWS file related to this release Changes in R code Prevent build failures on Windowsn when Rcpp is installed in a library path with spaces (transform paths in the … Continue reading → [Read more...]

Moving

March 24, 2013 | romain francois

This blog is moving to blog.r-enthusiasts.com. The new one is powered by wordpress and gets a subdomain of r-enthusiasts.com. See you there [Read more...]

Web Hosted R Syntax Highlighter

March 24, 2013 | romain

highlight uses simple jquery command to syntax highlight R code contained in any regular element. For example, this chunk of code, from the datasets::cars help file. require(stats); require(graphics) plot(cars, xlab = "Speed (mph)", ylab = "Stopping distance (ft)", las … Continue reading → [Read more...]

Automatic ARMA/GARCH selection in parallel

March 24, 2013 | ivannp

In the original ARMA/GARCH post I outlined the implementation of the garchSearch function. There have been a few requests for the code so … here it is. Quite easy to use too: After the last code line above, fit contains the best (according to the AIC statistic) model, which is ... [Read more...]

A Merging Test Bench

March 24, 2013 | Xachriel

As requested here's the packed data and a test bench you can test your own merging function ideas and replicate my results (hopefully). If you want the plots you can use the end part of scripts in part1 part2. The data is a bunch of super secret Eve... [Read more...]

Writing a for-loop in R

March 23, 2013 | Patrick

There may be no R topic that is more controversial than the humble for-loop. And, to top it off, good help is hard to find. I was astounded by the lack of useful posts when I googled “for loops in R” (the top return linked to a page that did ... [Read more...]

Introduction to Simulation using R

March 23, 2013 | Corey Chivers

We had a great turnout yesterday for our Zero to R Hero workshop at the Quebec Centre for Biodiversity Science. We went from the absolute basics of the command line, to the intricacies of importing data, and finally we had a look at plotting using ggplot2. We didn’t have ... [Read more...]

Production Quality Report with R and knitr on Yen

March 22, 2013 | klr

Sometimes I actually use my experiments for real work.  For example, I wanted to send an update  on the Japanese Yen.  This was a great opportunity to use the chart created in Shading and Points with xtsExtra plot.xts.I was fairly please... [Read more...]
1 2 3 4 5 6 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)