Bayesian Meta-Analysis with brms

January 12, 2025 | Joseph Rickert

In our previous post, Examining Meta Analysis, we contrasted a frequentist version of a meta analysis conducted with R’s meta package with a Bayesian meta analysis done mostly in stan using the rstan package as a front end. We did this to hint a...
[Read more...]

Wrapper-based Ensemble Feature Selection

January 11, 2025 | John Zobolas

Intro In this post we will show how we can use the mlr3fselect R package to perform wrapped-based ensemble feature selection on a given dataset. Wrapper-based ensemble feature selection involves applying stability selection techniques (resamplin...
[Read more...]

Pentomino Solutions 6×10 Rectangle

January 10, 2025 | Chisato

Solving the Puzzle: The 6x10 Pentomino Challenge (with a Big Help) The 6x10 pentomino challenge asks you to fit all 12 pieces into a rectangle perfectly—no overlaps, no gaps, just pure geometric magic. There are 2339 unique solutions! My go-to...
[Read more...]

Working with colours in R

January 9, 2025 | R on Nicola Rennie

When you create a data visualisation using R (or any other software), a set of default colours is used. These aren’t always the most effective, or aesthetically pleasing, set of colours. That means that, at some point, you’ll likely want to...
[Read more...]

Reposting Partial Pooling

January 8, 2025 | John Mount

Nina Zumel had some good articles on partial pooling estimators that I want to return to. It is a great technique to get more reliable models when using categorical variables. I wrote an introduction to them here some time ago. More importantly Nina has now repaired the damage to the […] [Read more...]

Spatial modelling with GAMs in R workshop

January 8, 2025 | Dariia Mykhailyshyna

Join our workshop on Spatial modelling with GAMs in R, which is a part of our workshops for Ukraine series!  Here’s some more info:  Title: Spatial modelling with GAMs in R Date: Thursday, January 30th, 18:00 – 20:00 CET (Rome, Berlin, Paris timezone)  Speaker: Sophie Lee is a statistician and educator who ... [Read more...]

Your Classifier Is Broken, But It Is Still Useful

January 8, 2025 | David Lindelöf

When you run a binary classifier over a population you get an estimate of the proportion of true positives in that population. This is known as the prevalence. But that estimate is biased, because no classifier is perfect. For example, if your classifier tells you that you have 20% of positive ...
[Read more...]

What’s a Pentomino Anyway?

January 7, 2025 | Chisato

Pakcages Used in This Blog Post library(tidyverse) # Easily Install and Load the 'Tidyverse' library(cowplot) # Streamlined Plot Theme and Plot Annotations for 'ggplot2' library(sf) # Simple Features for R library(patchwork) # The Composer of ...
[Read more...]
1 31 32 33 34 35 2,195