Publications by Alexej's blog

My first R package on CRAN

11.05.2016

A couple of weeks ago I have released my first R package on CRAN. For me it turned out to be a far less painful process than many people on the internet portray it to be (even though the package uses quite a lot of C++ code via Rcpp and RcppEigen, and even though R CMD check returns two NOTEs). Some of the most helpful resources for publishing th...

2643 sym R (904 sym/4 pcs) 14 img

My first R package on CRAN

11.05.2016

A couple of weeks ago I have released my first R package on CRAN. For me it turned out to be a far less painful process than many people on the internet portray it to be (even though the package uses quite a lot of C++ code via Rcpp and RcppEigen, and even though R CMD check returns two NOTEs). Some of the most helpful resources for publishing the...

2328 sym R (904 sym/4 pcs)

dplyr basics

18.07.2016

This blog post demonstrates the usage of the R package dplyr. It turns out that dplyr is intuitive to the point where I probably won’t ever need to look back at this summary. A nice and very concise dplyr and tidyr cheat sheet is available from RStudio. The following was compiled in rmarkdown [:page_facing_up: download .Rmd file]. library(dplyr...

1784 sym R (9827 sym/21 pcs) 2 img

dplyr basics

18.07.2016

This blog post demonstrates the usage of the R package dplyr. It turns out that dplyr is intuitive to the point where I probably won’t ever need to look back at this summary. A nice and very concise dplyr and tidyr cheat sheet is available from RStudio. The following was compiled in rmarkdown [:page_facing_up: download .Rmd file]. library(dplyr...

1816 sym R (9710 sym/53 pcs) 2 img

dplyr basics

18.07.2016

This blog post demonstrates the usage of the R package dplyr. It turns out that dplyr is intuitive to the point where I probably won’t ever need to look back at this summary. A nice and very concise dplyr and tidyr cheat sheet is available from RStudio. The following was compiled in rmarkdown [:page_facing_up: download .Rmd file]. library(dplyr...

1816 sym R (9710 sym/53 pcs) 2 img

Tired of doing real math 1 — some visualizations of Hillary Clinton and Donald Trump tweets

24.10.2016

As a grad student working primarily on statistical methodology, I regularly experience phases of total disillusionment with math/stats. Recently I realized that when I don’t feel like doing “real” math for prolonged periods of time, I instead can work on data analyses, which are mathematically unsophisticated (and possibly of low mathemati...

1515 sym 6 img

Tired of doing real math 1 — some visualizations of Hillary Clinton and Donald Trump tweets

24.10.2016

As a grad student working primarily on statistical methodology, I regularly experience phases of total disillusionment with math/stats. Recently I realized that when I don’t feel like doing “real” math for prolonged periods of time, I instead can work on data analyses, which are mathematically unsophisticated (and possibly of low mathemati...

1515 sym 6 img

Tired of doing real math 1 — some visualizations of Hillary Clinton and Donald Trump tweets

24.10.2016

As a grad student working primarily on statistical methodology, I regularly experience phases of total disillusionment with math/stats. Recently I realized that when I don’t feel like doing “real” math for prolonged periods of time, I instead can work on data analyses, which are mathematically unsophisticated (and possibly of low mathemati...

1515 sym 6 img

Visualization of MRI data in R

27.01.2017

Lately I was getting a little bored with genomic data (and then TCGA2STAT started to give me a segfault on my university’s high performance computing facility too :stuck_out_tongue:). So I decided to analyze some brain imaging data that I had lying around instead. The first step is to do some visual data exploration. In this blog post I present...

3057 sym R (933 sym/10 pcs) 16 img

Visualization of MRI data in R

27.01.2017

Lately I was getting a little bored with genomic data (and then TCGA2STAT started to give me a segfault on my university’s high performance computing facility too :stuck_out_tongue:). So I decided to analyze some brain imaging data that I had lying around instead. The first step is to do some visual data exploration. In this blog post I present ...

2683 sym R (933 sym/10 pcs) 16 img