ethanweed / pythonbook

Python adaptation of Danielle Navarro's Learning Statistics with R (http://learningstatisticswithr.com/). Work in progress!
107 stars 34 forks source link

Issue on page /05.02-ttest.html #27

Closed jcweaver closed 7 months ago

jcweaver commented 9 months ago

Under the section https://ethanweed.github.io/pythonbook/05.02-ttest.html#doing-the-test-in-python, you interpret the results from running ttest_1samp and list that you got a p-value of 0.36. This should be corrected to 0.036

ethanweed commented 7 months ago

Fixed. Thanks for pointing this out :-)