2014

Bayesian First Aid: Poisson Test

September 4, 2014 | Rasmus Bååth

As the normal distribution is sort of the default choice when modeling continuous data (but not necessarily the best choice), the Poisson distribution is the default when modeling counts of events. Indeed, when all you know is the number of events during a certain period it is hard to think ... [Read more...]

2014-02 Invertible Reproducible Documents

September 4, 2014 | pmur002

Reproducible documents provide an efficient way to produce reports by automatically generating content from code chunks within the report. The processing of a source document, that contains code chunks, to a final document, that contains automatically-generated content, is typically one … Continue reading → [Read more...]

Long Memory and the Nile: Herodotus, Hurst and H

September 4, 2014 | Joseph Rickert

by Joseph Rickert The ancient Egyptians were a people with long memories. The lists of their pharaohs went back thousands of years, and we still have the names and tax assessments for certain persons and institutions from the time of Ramesses II. When Herodotus began writing about Egypt and the ... [Read more...]

Looking For Life

September 4, 2014 | aschinchon

  Machines take me by surprise with great frequency (Alan Turing) Imagine a 8×8 grid in which cells can be alive (black colored) or empty (light gray colored): As with the One-dimensional Cellular Automata, the next state of a cell is a function of the states of the cell’s nearest neighbors (... [Read more...]

Adding the SPSS MEAN.n Function to R

September 3, 2014 | Bob Muenchen

SPSS contains a very useful set of functions that R lacks. If you’re lucky enough to have access to SPSS, you can use SPSS and R very well together. If not, it’s easy to add these functions to R. The … Continue reading → [Read more...]

Introducing simmer: Discrete Event Simulation for R

September 3, 2014 | FishyOperations

This post has been transferred from another blog platform and could have dead links / incorrect lay-out. Please note: the syntax described here is no longer up-to-date, please refer to the readme at simmer’s GitHub page. The simmer package grew out of a personal need for a simple rapid development ... [Read more...]

Google Charts in R Markdown

September 3, 2014 | Homer White

Introduction Extrapolation Introduction An excellent little post (Zoom, zoom googleVis) showed up recently on R-Bloggers. The author Markus Gesmann is the maintainer of the googleVis package that links R to the Google Charts API. My first thought was: could I embed charts like those in R Markdown documents that could ... [Read more...]

Hortonworks Seminar Series: The Modern Data Architecture

September 3, 2014 | David Smith

As more companies explore the benefits that Hadoop may provide, the opportunities to better understand the technology are myriad and unequal. As a provider of in-Hadoop analytics, Revolution Analytics is participating in the coming Hortonworks seminar series. We will be on site to discuss how to deploy R-based analytics within ... [Read more...]

Notifications from R

September 3, 2014 | Karl Broman

You just sent a long R job running. How to know when it’s done? Have it notify you by beeping, sending you a text, or sending you a notification via pushbullet! beepr You can use Rasmus Bååth’s beepr package to have your computer play a sound. Install ... [Read more...]

rNOMADS 2.0.2 released

September 3, 2014 | glossarch

I uploaded the newest version of rNOMADS to CRAN yesterday. This one has a new plotting function for wind altitude azimuth, and magnitude (see below for plot and source code). I also added a function for reading GRIB inventories, fixed a few typos, and tweaked a few functions. In other ... [Read more...]

littler is faster at doing nothing!

September 2, 2014 | Thinking inside the box

With yesterday's announcement of littler 0.2.0, I kept thinking about a few not-so-frequently-asked but recurring questions about littler. And an obvious one if of course the relationship to Rscript. As we have pointed out before, littler preceded Rscript. Now, with Rscript being present in every R installation, it is of course ... [Read more...]

Resources for the FPP book

September 2, 2014 | Rob J Hyndman

The FPP resources page has recently been updated with several new additions including R code for all examples in the book. This was already available within each chapter, but the examples have been collected into one file per chapter to save copying and pasting the various code fragments. Slides from ... [Read more...]
1 43 44 45 46 47 145

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)