GLM Model Flashcards
(6 cards)
Types of Data
Numbers: Age/Score = Continuous
Groups: Gender/Condition = Categorical
Bayesian v. Frequentist
Frequentist: Traditional Stats (Like p-values)
Bayesian: Newer; focuses on probability
Who Created the GLM
Jacob Cohen
How did GLM come to be?
-Multiple Regression had been dealing with continuous variables
-ANOVA had been dealing with categorical
Cohen created the GLM to have a regression that can handle categorical variables
He used dummy coding (0, 1) to include group info into equations
Significance: You can now incorporate any predictor in the model
Relationship between T-test, One-Way ANOVA, and Factorial
-T-tests are a special case of One-Way ANOVA
-One-way ANOVA is a special case of Factorial ANOVA
-ANOVA is a special case of Regression/GLM
Difference between GLM and Generalized Linear Modeling
-GLM is used for normal number outcomes like test scores or IQ
-Generalized Linear/Multilevel Modeling is used for outcomes like Yes/No or Guilty/Not Guilty