Thomas Lab
  • Home
  • About
  • Blog
  • White Papers
  • Research
  • Teaching
  • Misc
Categories
All (3)
Data Science (1)
Exploratory Data Analysis (1)
Julia (1)
linux (1)
metaprogramming (1)
Mint (1)
Palmer Penguins (1)
pipes (1)
Python (1)
R (2)
R Programming (1)
Statistical Computing (1)

Blog

Technical articles and explorations in statistical computing, data science, and R programming.

Install Linux Mint on a Macbook Air

A set of tips for installation and post install
Mint
linux
R
Python
Julia

step by step description of howto install and customize a Mint instance for data science workflow

Feb 10, 2026
 

The Pipe Equivalence Myth: When f() |> g() Is Not the Same as g(f())

R
metaprogramming
pipes

Most R programmers assume that f() |> g() is equivalent to g(f()). This assumption breaks down with non-standard evaluation, leading to subtle bugs. This post explains why, when it matters, and how to work around it.

Jan 31, 2026
RG Thomas

Palmer Penguins Data Analysis Series (Part 1): Exploratory Data Analysis and Simple Regression

Getting acquainted with our Antarctic friends and their morphometric relationships
R Programming
Data Science
Statistical Computing
Exploratory Data Analysis
Palmer Penguins

Part 1 of a comprehensive 5-part series exploring Palmer penguin morphometrics through exploratory data analysis and simple regression modeling

Jan 1, 2025
Data Science Team
No matching items

Copyright 2023-2025, Ronald G. Thomas