Skip to main content
Skip to footer
Ludvig R. Olsen
Home
Blog
Software
Plot Confusion Matrix App
TextDescriptives App
cvms (R package)
groupdata2 (R package)
rearrr (R package)
xpectr (R package)
LIONHEART (Python package)
nattrs (Python package)
Contact
CV
Home
Blog
Software
Plot Confusion Matrix App
TextDescriptives App
cvms (R package)
groupdata2 (R package)
rearrr (R package)
xpectr (R package)
LIONHEART (Python package)
nattrs (Python package)
Contact
CV
Category:
R
Plot Confusion Matrix Web App
August 20, 2023
Some 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, 2020
After 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, 2019
When 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, 2019
A 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, 2019
I 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, 2019
I 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, 2019
A few days ago, I released a new version of my R package, groupdata2, on CRAN. groupdata2 contains a set…