April 2014

R as a Publishing Engine | CPI Components Use Case

April 4, 2014 | klr

R was certainly not designed to be a publishing engine, but in my workflow, R is the primary method of content creation.  With that in mind, I have been thinking about a very different use case of rCharts in which we might want to include inflexible a... [Read more...]

R for Open Science

April 4, 2014 | David Smith

FastCompany magazine recently published an in-depth feature on Open Science, with a focus on the R language and the ROpenSci project. If you're not familiar with ROpenSci, the article gives a nice introduction from Ted Hart, a member of the ROpenSci development team: A big sea change was the need ... [Read more...]

The Collatz Fractal

April 4, 2014 | aschinchon

It seems to me that the poet has only to perceive that which others do not perceive, to look deeper than others look. And the mathematician must do the same thing (Sofia Kovalevskaya) How beautiful is this fractal! In previous posts I colored plots using module of complex numbers generated ... [Read more...]

Le Monde puzzle [#860]

April 3, 2014 | xi'an

A Le Monde mathematical puzzle that connects to my awalé post of last year: For N≤18, N balls are placed in N consecutive holes. Two players, Alice and Bob, consecutively take two balls at a time provided those balls are in contiguous holes. The loser is left with orphaned balls. ...
[Read more...]

Some R Resources for GLMs

April 3, 2014 | Joseph Rickert

by Joseph Rickert Generalized Linear Models have become part of the fabric of modern statistics, and logistic regression, at least, is a “go to” tool for data scientists building classification applications. The ready availability of good GLM software and the interpretability of the results logistic regression makes it a good ... [Read more...]

Does R have too many packages?

April 3, 2014 | Francis Smart

The Homeless EconometricianThe amazing growth and success of CRAN (Comprehensive R Archive Network) is marked by the thousands of packages have been developed and released by a highly active user base.  Yet even so, one of the founders and primary... [Read more...]

Boston Marathon Winners and Challenging Africa

April 2, 2014 | jlebeau

The marathon is dominated by African runners.  David Epstein in a relatively recent interview mentions about a specific tribe in Kenya called the Kalenjin, "There are 17 American men in history who have run under 2:10 in the marathon...there were ... [Read more...]

Inference for ARCH processes

April 2, 2014 | arthur charpentier

Consider some ARCH() process, say ARCH(), where with a Gaussian (strong) white noise . __ n=500 __ a1=0.8 __ a2=0.0 __ w= 0.2 __ set.seed(1) __ eta=rnorm(n) __ epsilon=rnorm(n) __ sigma2=rep(w,n) __ for(t in 3:n){ + sigma2[t]=w+a1*epsilon[t-1]^2+a2*epsilon[t-2]^2 + epsilon[t]=eta[t]*sqrt(sigma2[t]) + } __ par(... [Read more...]

Seven quick facts about R

April 2, 2014 | David Smith

I've been spending the week at the Gartner Business Intelligence and Analytics Summit in Las Vegas, and R has been quite prominent here. Of course, R got namechecked several times on the panel about the Gartner Magic Quadrant for Advanced Analytics, and several of the regular talks mentioned R as ... [Read more...]

xts like endpoints in Javascript

April 2, 2014 | klr

I decided to promote this from a Twitter comment to a blog post.  I had hoped to do a prototype javascript interactive rebalancing visualization of Unsolved Mysteries of Rebalancing integrating this, but I have not had the time, so  I’ll release it... [Read more...]

Merge .ASC grids with R

April 2, 2014 | Fabio Veronesi

A couple of years ago I found online a script to merge several .asc grids into a single file in R.I do not remember where I found it but if you have the same problem, the script is the following: setwd("c:/temp") library(rgdal) library(raster) # ... [Read more...]

AERA Preview

April 2, 2014 | Educate-R - R

The American Educational Research Association (AERA) annual conference is this weekend in Philadelphia. I was lucky to have a paper accepted into the conference. I am presenting a meta analysis that I have been working on for the past two years or so titled: Model misspecification and assumption violations with ... [Read more...]
1 10 11 12 13

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)