Lecture 1 Introduction..................................................................................................................................... 4
Variables ...................................................................................................................................................... 5
Lecture 2 Statistical models ............................................................................................................................ 8
Distributions ................................................................................................................................................ 8
From average error to SD ............................................................................................................................ 9
Types of graphs ......................................................................................................................................... 10
Lecture 3 Sample to population .................................................................................................................... 14
Normal distribution ................................................................................................................................... 14
INGREDIENT 3 – T HE S TANDARD E RROR ................................................................................................... 16
Confidence intervals.................................................................................................................................. 17
Lecture 4 Hypothesis Significance testing ..................................................................................................... 19
The P-value ............................................................................................................................................ 20
Lecture 5 Compare means ............................................................................................................................ 25
One-sample T-test ..................................................................................................................................... 26
Effect Size .................................................................................................................................................. 27
Independent T-test.................................................................................................................................... 29
Dependent T-test ...................................................................................................................................... 31
Knowing which tests to choose ................................................................................................................. 33
Process of T-testing in picture ................................................................................................................... 34
Lecture 6 Anova and Reliability analysis ....................................................................................................... 36
Omnibus ANOVA ....................................................................................................................................... 38
ANOVA by hand ..................................................................................................................................... 41
Effect sizes and ANOVA ............................................................................................................................. 42
Follow up-tests .......................................................................................................................................... 42
Follow-up tests: planned contrasts ........................................................................................................... 43
Planned contrasts using Jamovi ................................................................................................................ 44
Follow-up tests: Post-hoc tests ................................................................................................................. 45
Reliability analysis ..................................................................................................................................... 46
Lecture 7 Factorial ANOVA ............................................................................................................................ 50
Hypothesis tests in factorial ANOVA ......................................................................................................... 51
Lecture 8 Factorial ANOVA ............................................................................................................................ 58
DO NOT SHARE SUMMARY WITHOUT PERMISSION.
,Lecture 9 Chi Square ..................................................................................................................................... 61
Chi-square test of independence .............................................................................................................. 61
Reporting degrees of freedom .................................................................................................................. 64
Standardized residuals .............................................................................................................................. 67
Chi-square Goodness of fit test ................................................................................................................. 69
Lecture 10 Correlation................................................................................................................................... 71
Three types of correlation: ........................................................................................................................ 71
Effect size .................................................................................................................................................. 75
Partial correlations .................................................................................................................................... 77
Lecture 11 Linear regression part 1............................................................................................................... 79
Relations between 2 continuous variables = linear regression ................................................................. 79
Regression vs correlation .......................................................................................................................... 87
Lecture 12 Linear regression part 2............................................................................................................... 89
Multiple regression ................................................................................................................................... 89
Assumption 4 linearity .............................................................................................................................. 91
Assumption 5 No multivariate outliers or influential cases ...................................................................... 91
Assumption 6 Residuals are normally distributed..................................................................................... 92
Assumption 6 There is no heteroscedasticity ........................................................................................... 93
Reporting regression ................................................................................................................................. 94
The General(ized) Linear Model ................................................................................................................ 94
Lecture 13 Summary of the course ............................................................................................................... 97
How to determine which test you need for the given hypotheses? ......................................................... 97
JAMOVI STEP BY STEP Lecture 7 to 12 .......................................................................................................... 99
Step by step ANOVA chart + effect sizes ................................................................................................... 99
Factorial ANOVA Omnibus / main effects ............................................................................................... 100
Factorial ANOVA Planned contrasts ........................................................................................................ 102
Factorial ANOVA Post-hoc analysis ......................................................................................................... 104
Factorial ANOVA Simple effect analysis - follow-up interaction effect ................................................... 105
Factorial ANOVA Effect size..................................................................................................................... 108
REPORTING factorial ANOVA................................................................................................................... 109
Chi Square Test of independence / association ...................................................................................... 110
Chi Square Test: goodness of fit test ....................................................................................................... 118
DO NOT SHARE SUMMARY WITHOUT PERMISSION.
, REPORTING Chi-Square ........................................................................................................................... 120
Correlation analysis ................................................................................................................................. 121
Partial correlation.................................................................................................................................... 122
Regression analysis lecture 11 ................................................................................................................ 126
REPORTING regression analysis .............................................................................................................. 129
JAMOVI STEP BY STEP LECTURE 1 TO 6 ....................................................................................................... 131
Using Filters in Jamovi ............................................................................................................................. 131
One-sample T-test in Jamovi ................................................................................................................... 131
Report one-sample t-test set up ......................................................................................................... 132
Independent sample t-test in Jamovi ...................................................................................................... 134
Report independent sample t-test set up ........................................................................................... 136
Paired/Dependent sample t-tests ........................................................................................................... 138
Report paired sample t-tests set up .................................................................................................... 140
Reliability Analysis in Jamovi ................................................................................................................... 142
ANOVA - Omnibus ................................................................................................................................... 144
ANOVA – Post-hoc analyses .................................................................................................................... 147
Report post-hoc analyses .................................................................................................................... 149
ANOVA – Planned contrasts .................................................................................................................... 150
Report planned contrasts analysis (method) .......................................................................................... 152
DO NOT SHARE SUMMARY WITHOUT PERMISSION.
, LECTURE 1 INTRODUCTION
The principles of hypothesis testing “Women are more intelligent than men”
• N=2, men score 108 and women score 109
• Is my hypothesis supported or not? What if N=10, 100? 100?
Point of departure -> assumption that there is no difference.
• This gives a point of comparison
• If no difference, than IQ(women) – IQ(men) = 0
• We can predetermine: if I measure in 1000 persons, and the mean difference between men and
women is larger than 5IQ-points, then it is very unlikely that this difference is coincidence.
Types of hypothesis
Null hypothesis, H0 this is the one we try to reject
• There is no effect expected (most of the time)
• This is generally the outcome
• For example: “woman are equally likely as men to wear a skirt or dress” or “there is no
relationship between age and the number of wrinkles you have”
The alternative hypothesis, H1 Woman are more likely to wear a skirt or dress than man
• If we can reject H0, this one is supported by the data but not proven.
• “There is a positive relationship between age and the number of wrinkels you have.”
In Statistics, we try to reject the null hypothesis. If we can reject H0, this one is supported by the data
but not proven. Shoe size example. if we have a class of 100 people and the average size is 40. We try
to predict the future. Only two people have a size 46. How likely is it that the first person who comes
in has as size 46?
Statistics offer u a means to determine exactly how (un-)likely it is that we would observe a set of data if
the null hypothesis is true. In other words, we examine the chance the null hypothesis is true. If it is very
unlikely (smaller than 5%) we may conclude that the alternative hypothesis is not true.
Experiment
- You manipulate something
- This is supposed to have an effect
- In other words: cause -> effect.
- The manipulated variable is the independent variable.
- The effect is the dependent variable.
I want to study the effect of colour clothing on how hot you feel. -> you can manipulate this.
➔ Independent is the colour of the shirt
➔ Dependent is how hot you feel.
Correlational design
You measure/observed perceived reality. For example: Do people get more wrinkles as they grow older?
-> you cannot manipulate this.
1. Examine association
Is depression associated with poor health?
2. Predictor -> outcome variable
Does lecture attendance predict grade?
DO NOT SHARE SUMMARY WITHOUT PERMISSION.