Articles by Florian Privé

Tip: Optimize your Rcpp loops

December 28, 2016 | Florian Privé

In this post, I will show you how to optimize your Rcpp loops so that they are 2 to 3 times faster than a standard implementation. Context Real data example For this post, I will use a big.matrix which represents genotypes for 15,283 individuals, corresponding to the number of mutations (0, 1 or 2) at 287,155 ...
[Read more...]

On the ifelse function

October 14, 2016 | Florian Privé

In this post, I will talk about the ifelse function, which behaviour can be easily misunderstood, as pointed out in my latest question on SO. I will try to show how it can be used, and misued. We will also check if it is as fast as we could expect ... [Read more...]

A website and blog for R users

August 18, 2016 | Florian Privé

In this post, I will show you how to quickly create your website, blog and first posts. This is designed for R users only. Philosophy This had to be free. This had to be easy. This had to only need RStudio and GitHub. Every content had to be preview... [Read more...]

R package primefactr

August 9, 2016 | Florian Privé

In this post, I will present my first R package, available on CRAN. It makes use of Prime Factorization for computations. This small R package was initially developed to compute hypergeometric probabilities which are used in Fisher’s exact test, for instance. It was also a way to get introduced ... [Read more...]
1 2

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)