Use of non-API entry points in data.table

January 13, 2025 | Ivan Krylov

In the late 1970’s, people at Bell Laboratories designed the S programming language in order to facilitate interactive exploratory data analysis (Chambers 2016). Instead of writing, compiling, scheduling, and interpreting the output of individua...
[Read more...]

Compact Pentomino Solution : Parquet Magic

January 13, 2025 | Chisato

Saving the sf Object (Pentomino Solutions) for Later Use as Parquet 📦 Confession time: I only discovered Parquet files last year. 🙈 For someone who spends a good chunk of their time in the data world, it felt like a secret club I wasn’t part of...
[Read more...]

Identifying data gaps with R

January 12, 2025 | gdickens

In this post, Giles outlines a simple approach that can be used to identify potential 'data gaps' using R. Data gaps are assumed to denote the difference between the data required to achieve an outcome and the currently data available. To demonstrate how the methodology might be applied, the availability ...
[Read more...]

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...]
1 32 33 34 35 36 2,196