September 2015

Write an R Package from Scratch with Github

September 9, 2015 | jdm

Writing an R package is simple. Writing an R package via Github is simple and smart. Github adds all the traditional benefits of version control, in addition to showing off your work and providing and facilitating publication of your package. This tutorial was inspired by a blog post from the ... [Read more...]

When is a Backtest Too Good to be True?

September 9, 2015 | quintuitive

One statistic which I find useful to form a first impression of a backtest is the success/winning percentage. Since it can mean different things, let’s be more precise: for a strategy over daily data, the winning percentage is the percentage of the days on which the strategy had ... [Read more...]

debunking a (minor and personal) myth

September 9, 2015 | xi'an

For quite a while, I entertained the idea that Beta and Dirichlet proposals  were more adequate than (log-)normal random walks proposals for parameters on (0,1) and simplicia (simplices, simplexes), respectively, when running an MCMC. For instance, for p in (0,1) the value of the Markov chain at time t-1, the proposal ...
[Read more...]

Prison Locations around the USA

September 8, 2015 | StatOfMind

I recently discovered the enigma.io resource, a repository of freely available public with the following goals (as stated on their website): The volume of data created by governments and businesses is growing exponentially. Organizations struggle ju... [Read more...]

It was twenty years ago today…

September 8, 2015 | Thinking inside the box

Hm, wasn't there a catchy tune that started that way? Just kidding. But about twenty years ago today I sent this email about a new Debian package upload -- and that makes it (as best as I can tell) the earliest trace of me doing Debian work. It so h... [Read more...]

It was twenty years ago today…

September 8, 2015 | Thinking inside the box

Hm, wasn't there a catchy tune that started that way? Just kidding. But about twenty years ago today I sent this email about a new Debian package upload -- and that makes it (as best as I can tell) the earliest trace of me doing Debian work. It so h... [Read more...]

A Simple Interactive Map Of US Prisons With Leaflet

September 8, 2015 | aschinchon

The love of one’s country is a splendid thing. But why should love stop at the border? (Pablo Casals, Spanish cellist) Some time ago, I discovered Enigma, an amazing open platform that unifies billions of records from thousands of government sources to make the world of public data universally ...
[Read more...]

comic phylogenetic tree with ggtree and comicR

September 7, 2015 | R on Guangchuang Yu

ggtree applies the concepts of grammar of graphic in phylogenetic tree presentation and make it easy to add multiple layers of text and even figures above a 🌲. Here, I cartoonize a phylogenetic tree generated by ggtree with comicR, which is a funny package to generate comic (xkcd-like) graph in R. ... [Read more...]

First year books

September 7, 2015 | Maxwell B. Joseph

I had to read a lot of books in graduate school. Some were life-changing, and others were forgettable. If I could bring a reading list back in time for my ‘first year’ graduate self, it would include the following: Bayesian Data Analysis Third Edition, by Andrew Gelman, John B. Carlin, ... [Read more...]

data.tree 0.2.0 “Elder” on CRAN

September 7, 2015 | gluc

Today, the latest version of the data.tree package was published to CRAN. This version has been named Elder, as in celtic symbolism the elder tree stands for transition, evolution, and continuation, at least according to this site. Transition, evolution, and continuation. Sigh, beautiful. Back to the here and now: ... [Read more...]

Building Packages in R – Part 0: Setting Up R

September 7, 2015 | Martin Schultze

One of the highly touted features of R is that it allows you, me, and everyone to create packages. Packages are collections of functions that are made to enable end-users to analyze their data more quickly and efficiently. But the package framework is not just suited to allow experts to ...
[Read more...]

A quick look at BlueSky Statistics

September 7, 2015 | David Smith

BlueSky Statistics is a new GUI-driven statistical data analysis tool for Windows. It provides a series of dialogs to import and manipluate data, and to perform statistical analysis and visualization tasks. (Think: more like SPSS than RStudio.) The underlying operations are implemented using R code, which you can inspect and ... [Read more...]
1 7 8 9 10 11 12

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)