Download presentation
Presentation is loading. Please wait.
Published byMorris Osborne Modified over 9 years ago
1
Hao Chai Dereck Shen
2
Skull dataset 138 skulls from 10 regions Thickness was measured at 219 locations on each skull Other variables in dataset: Age of person (at time of death) Sex of person Dimensions of the skull (length/width/height)
3
Goals of the study To determine what factors affect the thickness of the skull. If such effects exist, where on the skull do we see it? Hannah is particularly interested in: (1) Sex effect (2) Climate effect (warm/cold)
4
Challenges/issues Unbalanced data Correlation structure Multiple comparisons using Bonferroni correction
5
Changes to the dataset Turned Age into a categorical variable: Young (30 or younger) Mid-age (between 30 and 45) Old (45 or older) Added a Climate factor derived from the regions: Warm (Australia, Egypt, etc.) Cold (Scandinavia, Northern Russia, etc.) China (can’t be classified as either warm or cold)
6
Classical analysis: Model 1 At each location, we fitted an additive model with the following variables: Three factors: Sex, Age, Region Three covariates: Length/Width/Height of skull Obtained the p-value of each factor using the Anova() function from ‘car’ package Determine significance by comparing p-value to the Bonferroni-adjusted threshold:.05/219
7
Anova() from ‘car’ ‘car’ stands for companion to applied regression; it’s a package written as a companion to a textbook Anova() gives us the anova table with Type III tests We don’t use the anova() function in the base package because it only provides us with Type I tests
8
Sample output with Anova()
9
Classical analysis: Model 2 Same as the first model, the only change is we replace the Region factor with the Climate factor
12
Results Sex is not significant at any location Age is significant at certain locations Region is significant at certain locations The number of locations where Climate is significant is fewer than that of Region, which suggests loss of information when we replace Region with Climate
15
Using pixel plots to show age effect At each location, fit the previous additive model without the Age factor The residuals from the above model now hold the age signal Using the pixel plot function from ‘spastat’ package, we can plot the average of the residuals at each location on a 2-D map of the skull We do this for each of the three age groups
18
Next step Use permutation test to test for the effects
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.