statistical analysis

Learning Dunnett’s Test: A Post-Hoc Analysis in R for Comparing to a Control Group

When conducting complex statistical analyses, particularly those involving comparisons among multiple group means, researchers often rely on the ANOVA (Analysis of Variance) framework. However, a significant result from an ANOVA only indicates that at least two groups differ; it does not specify which pairs are responsible for that difference. This necessitates a subsequent procedure known […]

Learning Dunnett’s Test: A Post-Hoc Analysis in R for Comparing to a Control Group Read More »

Learning to Visualize Interactions: A Guide to Creating Interaction Plots in R for Two-Way ANOVA

Understanding Interaction Effects in Statistical Modeling The two-way ANOVA is a powerful statistical technique utilized to assess whether the means of a continuous outcome variable differ across groups defined by two distinct categorical factors. This method allows researchers to simultaneously evaluate the independent effects of each factor, known as main effects, and the joint effect

Learning to Visualize Interactions: A Guide to Creating Interaction Plots in R for Two-Way ANOVA Read More »

Learning to Calculate Area Under the Standard Normal Curve Using the Z-Table

The Fundamental Challenge: Navigating the Normal Distribution A cornerstone concept in elementary statistics involves calculating probabilities associated with the Standard Normal Curve. This curve, often referred to as the Z-distribution, is essential because it allows us to standardize and compare data from various sources. The most frequently posed challenge to students is: “Find the indicated

Learning to Calculate Area Under the Standard Normal Curve Using the Z-Table Read More »

Perform Dunn’s Test in R

Understanding Non-Parametric Post-Hoc Analysis When researchers need to compare the central tendencies of three or more independent groups, the standard approach is often the One-Way ANOVA. However, this parametric test relies on strict assumptions, notably that the data within each group are normally distributed and that the variances are homogeneous. When these assumptions are violated,

Perform Dunn’s Test in R Read More »

Perform Dunn’s Test in Python

A Kruskal-Wallis test is used to determine whether or not there is a statistically significant difference between the medians of three or more independent groups. It is considered to be the non-parametric equivalent of the One-Way ANOVA. If the results of a Kruskal-Wallis test are statistically significant, then it’s appropriate to conduct Dunn’s Test to determine exactly which groups are

Perform Dunn’s Test in Python Read More »

Calculate Point-Biserial Correlation in Excel

Point-biserial correlation is used to measure the relationship between a binary variable, x, and a continuous variable, y. Similar to the Pearson correlation coefficient, the point-biserial correlation coefficient takes on a value between -1 and 1 where: -1 indicates a perfectly negative correlation between two variables 0 indicates no correlation between two variables 1 indicates a perfectly positive

Calculate Point-Biserial Correlation in Excel Read More »

Make a Box Plot in Google Sheets

A box plot, often referred to as a box-and-whisker plot, is a powerful tool in exploratory data analysis. Its primary function is to visually display the distribution of a dataset based on its five number summary. This summary provides a concise statistical snapshot of the data’s spread, skewness, and central location. Understanding these five key

Make a Box Plot in Google Sheets Read More »

Calculate Skewness & Kurtosis in Google Sheets

In the field of statistics, understanding the inherent shape of data is crucial for accurate analysis. Two fundamental measures used to quantify the form of a probability distribution are skewness and kurtosis. Together, these metrics provide essential insights beyond central tendency (mean, median, mode) and variability. This comprehensive tutorial will explain the theoretical foundations of

Calculate Skewness & Kurtosis in Google Sheets Read More »

Scroll to Top