Lakens / statistical_inferences

Repository for the textbook 'Improving Your Statistical Inferences' by Daniel Lakens
https://lakens.github.io/statistical_inferences
Creative Commons Attribution 4.0 International
246 stars 79 forks source link

minor typo in chapter 1.4? #38

Closed PPoggel closed 2 years ago

PPoggel commented 2 years ago

Hey Dr. Lakens,

I think there is a minor typo in chapter 1.4 line 146:

In the simulation, we generate n = 71 normally distributed IQ scores with a mean of M (106 by default) and a standard deviation of 15. We then perform a one-sample t-test and store the p-value.

The code chunk from line 133 to 143:

grafik

In the simulation, we generate n = 71 normally distributed IQ scores with a mean of M (105 by default) and a standard deviation of 15. We then perform a one-sample t-test and store the p-value.

As I've said before your textbook is awesome (especially as a preparation for my master's degree) :)

Lakens commented 2 years ago

Good catch - I changed the example somhere through writing, but forgot to change this value in the text. Will update the book now.