{ "cells": [ { "cell_type": "markdown", "id": "d83256ca-2a1e-4ed0-9199-97697020bd02", "metadata": {}, "source": [ "# ANOVA\n", "\n", "Ron Fisher recognized the value of the $t$-test as created by William Sealy Gossett and developed the mathematical extension needed to use the same ideas with more than 2 samples." ] }, { "cell_type": "markdown", "id": "45515245-ba2c-4832-89d1-fc3cca65d71e", "metadata": {}, "source": [ "## Example: Coping Humor\n", "\n", "Let's question whether, in the personality data set, the average coping humor (CHS) varies based upon Primary Humor Style (PHS). We will first load and then subset the data properly:" ] }, { "cell_type": "code", "execution_count": 4, "id": "4a834966-01d3-423f-b08c-8c4bcb24a4db", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
CHS | PHS |
---|---|
28 | SE |
29 | SE |
30 | AG |
27 | SE |
24 | AF |