September 2015

Reproducibility in computational research

September 25, 2015 | Rob J Hyndman

Jane Frazier spoke at our research team meeting today on “Reproducibility in computational research”. We had a very stimulating and lively discussion about the issues involved. One interesting idea was that reproducibility is on a scale, and we can all aim to move further along the scale towards making our ... [Read more...]

RcppEigen 0.3.2.5.1

September 24, 2015 | Thinking inside the box

A bugfix release of RcppEigen is now on CRAN and in Debian. The NEWS file entry follows. Changes in RcppEigen version 0.3.2.5.1 (2015-09-23) Corrected use of kitten() thanks to Grant Brown (#21) Applied upstream change to protect agains... [Read more...]

Visualizing Sort Algorithms With ggplot

September 24, 2015 | Joshua Kunst

Have you read Visualizing Algorithms by Mike Bostock? It's a pure gold post. In that post Mike show a static representation of a sort algorith and obvious it will fun to replicate that image with ggplot. So here we go. We need some sorts algorihms. In this link you can ... [Read more...]

R – My journey so far

September 24, 2015 | Alvaro "Blag" Tejada Galindo

The first time I heard about R, was about 4 years ago...a couple of week after I joined SAP. At that time I read in one of our internal documents that SAP HANA was going to be able to interact with the R programming Language.At first, I was totally ...
[Read more...]

R – My journey so far

September 24, 2015 | Alvaro "Blag" Tejada Galindo

The first time I heard about R, was about 4 years ago...a couple of week after I joined SAP. At that time I read in one of our internal documents that SAP HANA was going to be able to interact with the R programming Language.At first, I was totally ...
[Read more...]

Solving Tic-Tac-Toe with R data.tree

September 24, 2015 | gluc

In this post, we do a brute force solution of Tic-Tac-Toe, the well-known 3*3 game. You’ll learn how data.tree can be used to build a tree of game history, and how the resulting data.tree structure can be used to analyse the game. This post is based on data.... [Read more...]

It’s not you, it’s me

September 24, 2015 | Karl Broman

Somehow when my code stops working, my first (and second, and third) reaction is to blame everything except my own code. (“It’s not me, it’s you.”) And almost always, it’s my own code that’s the problem (hence the title of this post). I spent the day ... [Read more...]

The R Consortium Gears Up For Business

September 24, 2015 | Joseph Rickert

by Joseph Rickert This week, the Infrastructure Steering Committee (ISC) of the R Consortium unanimously elected Hadley Wickham as its chair thereby also giving Hadley a seat on the R Consortium board of directors. Congratulations Hadley!! This is a major step forward towards putting the R Consortium in business. Not ... [Read more...]

Convergence and Asymptotic Results

September 24, 2015 | arthur charpentier

Last week, in our mathematical statistics course, we’ve seen the law of large numbers (that was proven in the probability course), claiming that given a collection  of i.i.d. random variables, with To visualize that convergence, we can use __ m=100 __ mean_samples=function(n=10){ + X=matrix(rnorm(n*... [Read more...]

Rentrez 1_0 released

September 24, 2015 | rOpenSci Blog - R

A new version of rentrez, our package for the NCBI's EUtils API, is making it's way around the CRAN mirrors. This release represents a substantial improvement to rentrez, including a new vignette that documents the whole package. This posts describes some of the new things in rentrez, and gives us ... [Read more...]

Rentrez 1.0 released

September 24, 2015 | rOpenSci Blog - R

A new version of rentrez, our package for the NCBI's EUtils API, is making it's way around the CRAN mirrors. This release represents a substantial improvement to rentrez, including a new vignette that documents the whole package. This posts describes some of the new things in rentrez, and gives us ... [Read more...]

Chinese R conference

September 24, 2015 | R on Rob J Hyndman

I will be speaking at the Chinese R conference in Nanchang, to be held on 24-25 October, on “Forecasting Big Time Series Data using R”. Details (for those who can read Chinese) are at china-r.org. [Read more...]

Chinese R conference

September 24, 2015 | Rob J Hyndman

I will be speaking at the Chinese R conference in Nanchang, to be held on 24–25 October, on “Forecasting Big Time Series Data using R”. Details (for those who can read Chinese) are at china-r.org. [Read more...]

Running Back and Wide Receiver Gold Mining – Week 3

September 23, 2015 | Michael Griebe

The graphs below summarize the projections from a variety of sources. This week’s summary includes projections from: CBS: CBS Average, Yahoo Sports, NFL, FOX Sports, NumberFire, FantasySharks, ESPN and FantasyFootballNerd.[...] The post Running Back and Wide Receiver Gold Mining – Week 3 appeared first on Fantasy Football Analytics. [Read more...]

subsetting data in ggtree

September 23, 2015 | R on Guangchuang Yu

Subsetting is commonly used in ggtree as we would like to for example separating internal nodes from tips. We may also want to display annotation to specific node(s)/tip(s). Some software may stored clade information (e.g. bootstrap value) as internal node labels. Indeed we want to manipulate ...
[Read more...]

Interpolation and smoothing functions in base R

September 23, 2015 | Andrie de Vries

by Andrie de Vries Every once in a while I try to remember how to do interpolation using R. This is not something I do frequently in my workflow, so I do the usual sequence of finding the appropriate help page: ?interpolate Help pages: stats::approx Interpolation Functions stats::NLSstClosestX ... [Read more...]
1 2 3 4 5 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)