Plot Confusion Matrix Web App
August 20, 2023Some years ago, I was looking to plot a set of confusion matrices. Looking at the available plotting functions, I…cvms 1.0.0 released
April 18, 2020After 6 months of work, cvms version 1.0.0 has finally been released! This version is a major refactoring of the…splitChunk – RStudio addin for splitting code chunks in R Markdown
November 26, 2019When working with R Markdown I usually use the key command cmd+alt+i to insert new code chunks, i.e. " ```{r}\n\n```…Untoggle inline output in RMarkdown in RStudio
November 25, 2019A lot of my class mates found themselves frustrated when updating to the newer versions of RStudio, because the output…Repeated cross-validation in cvms and groupdata2
November 25, 2019I have spent the last couple of days adding functionality for performing repeated cross-validation to cvms and groupdata2. In this…Running cross_validate from cvms in parallel
November 25, 2019I have spent the last couple of days adding functionality for performing repeated cross-validation to cvms and groupdata2. In this…groupdata2 version 1.1.0 released
November 25, 2019A few days ago, I released a new version of my R package, groupdata2, on CRAN. groupdata2 contains a set…