When “Not Worse” Is Enough: Understanding Non-Inferiority Trials in Medicine

an apple on top of a stylized wooden stand shaped like a head (training dummy), the apple surrounded by thin concentric rings like a target, a single arrow embedded near the apple but within an ‘acceptable ring

Non-inferiority Trials in Medicine: Last updated: June 2026 Author: Michele D. Pierri Reading time: 15–20 minutes In clinical research, we are used to thinking that a new drug, device, or procedure should be tested by asking a simple question: Is it better than what we already have? This is the logic of a superiority trial. … Read more

Non-Parametric Statistics in Medicine

People climb a staircase with uneven steps

Non-Parametric Statistics in Medicine: A Practical Guide for Skewed, Ordinal, and Small Clinical Datasets Last updated: May 2026 Author: Michele D. Pierri Reading time: 15–20 minutes Introduction Clinical data rarely behave like the textbook examples we encounter in introductory statistics courses. Length of stay tends to be right-skewed. Biomarkers such as C-reactive protein, ferritin, D-dimer, … Read more

Turbo Regression

A vintage pastoral scene of a young boy repairing a mechanical cart in a rural village, surrounded by children, weathered homes, and warm sepia light.

How to Put a Turbo on Regression Models Bootstrap Validation and Cubic Splines for Medical Data A practical guide for data scientists and clinical researchers working with limited medical datasets Last updated: December 2025 Author: Michele D. Pierri Reading time: 15–20 minutes Introduction — Why regression often disappoints in medicine Regression models are still the … Read more

Multiple Imputation for Missing Data

A young boy kneels beside the shattered remains of a clay pot in a sunlit, rustic room, surrounded by warm golden light, long shadows, and aged earthenware in a melancholic early-20th-century painterly style.

A Complete Guide to Multiple Imputation for Missing Data: When, How, and Why Last updated: November 2025 Author: Michele D. Pierri Reading time: 15–20 minutes Glossary MCAR: Missing Completely At Random. Missingness is unrelated to observed or unobserved data; complete case can be unbiased. MAR: Missing At Random. Missingness depends only on observed variables; standard … Read more

Decision Curve Analysis

A physician in a pale coat stands at a forked mountain path at sunset, holding a glowing compass between two wooden signs marked “TREAT NONE” and “TREAT ALL,” symbolizing a clinical decision between opposing treatment strategies.

Introduction Decision Curve Analysis (DCA) is a powerful tool for evaluating the clinical utility of predictive models and diagnostic tests. Unlike traditional metrics like AUC or calibration, DCA focuses on what truly matters in practice: whether using a model leads to better decisions and outcomes. DCA was introduced by Vickers and Elkin in 2006 to … Read more

Effect Size

A glowing magnifying glass highlights “p < 0.05” beside a winding path toward a mountain marked “Large Effect Size,” while a roadside sign warns that statistical significance is not the same as practical importance.

Effect Size: What It Is and Why It Matters More Than Statistical Significance A result can be statistically significant — yet practically meaningless. Learn how effect size reveals the real-world impact of research findings. Introduction: The Hidden Problem with p-values You’ve probably seen headlines like: “New Study Shows Coffee Improves Memory!” But what if the … Read more

Calibration of Predictive Risk Models: A Guide for Clinicians

An elderly physician in a white coat carefully shapes a red calibration curve on a large graph comparing predicted and observed risk, in a warmly lit early 20th-century medical study rendered in muted sepia and ochre tones.

Introduction: Understanding Calibration Challenges Consider a thermometer that perfectly identifies when one temperature is higher or lower than another, but consistently reads 5 degrees too high. This thermometer has good discrimination (it correctly ranks temperatures), but poor calibration (its absolute values are inaccurate). The same problem occurs with clinical risk models such as EuroSCORE: they … Read more

Sensitivity Analysis

A group of barefoot children in worn old-fashioned clothes stands on a stormy beach, holding seashells to their ears as they gaze toward the sea and dramatic rays of sunlight breaking through heavy clouds above crashing waves.

Definition Sensitivity analysis is a collection of techniques that determine how input parameters affect model results. Specifically, it measures how much variation in the results stems from different types of uncertainty. For a model: $Y=f(X_1,X_2,X_3…..X_n)$ examines how Y changes when each X is modified. Sensitivity analysis can be applied across several key areas: predictive models, … Read more

F statistic

A wide, painterly vintage seascape shows a solitary scholar standing on a rocky cliff beside books and a globe, looking out over three small islands in the sea. The islands are clearly separated, while the waters around them vary from calm and circular to rough and turbulent, creating a poetic visual metaphor for comparison and variation.

Both one-way ANOVA (Analysis of Variance) and repeated measures ANOVA employ the F statistic as a tool to evaluate the null hypothesis that there are no significant differences between the groups being studied. Numerous other statistical tests utilize the F statistic, including regression, Levene’s and Bartlett’s tests for homogeneity of variance, MANOVA, ANCOVA, Wilks’ lambda … Read more

Character Encoding

Elderly bearded man in early 20th-century attire examines a framed tablet covered with archaic symbols inside a worn hospital ward, surrounded by an iron bed, anatomical charts, glass bottles, and antique medical instruments.

Character encoding is the process of assigning a unique number to each character, enabling computers to exchange data in a standardized and unambiguous manner. Various encoding systems have developed over time and across different regions. These systems often lack compatibility, have space limitations (and consequently character limitations), and may use the same encoding for different … Read more