How to use Python to do Paired Sample T-test - SciPy, Pandas, and Pingouin

Описание к видео How to use Python to do Paired Sample T-test - SciPy, Pandas, and Pingouin

How to use Python for paired sample t-test with Pandas, SciPy , and Pingouin.» Make sure you subscribe to the channel if you haven't: http://bit.ly/SUB2EM

Also! If you want me to produce more tutorials support me by becoming a Patron: https://www.patreon.com/bePatron?u=13...

Description:

In this tutorial, I will cover how to carry out paired sample t-test in Python using the two packages SciPy and Pingouin. First, you will learn, however, what this type of statistical test is. Then we start importing data with Pandas.

The following parts of the tutorial cover how to carry out the dependent sample t-test in Python first with SciPy and then with Pingouin. As SciPy only gives us the p- and t-values we are also going to calculate Cohen's de by hand.

Links for this video:

» Example data: https://bit.ly/CSV_DATA

» Jupyter Notebook: https://bit.ly/paired_t-test

» Blog post: https://bit.ly/paired_ttest

Learn how to install Python packages:

» Blog Post: https://bit.ly/installation_py
» Install Pandas Video:    • How to Install Pandas in Python  

Learn more about importing data from CSV files with Pandas:
» Blog post: https://bit.ly/pandas_read_csv
» YouTube Video:    • Pandas Read CSV Tutorial: skiprows, u...  

Social Media Accounts to Follow to Never Miss New Content:
» Telegram channel: https://t.me/MarsjaSe
» Discord Server:   / discord  

» Twitter:   / marsjase»   Mastadon: https://mastodon.social/@ttacks
» Github: https://github.com/marsja/
» LinkedIn:   / erik-mars.  .

0:01 Introduction
1:31 What is the Paired sample t-test?
2:40 Importing data from a .csv
4:33 Paired T-test using SciPy
6:46 Dependent Sample T-test with Pingouin
8:09 Compute Effect Size
10:41 Conclusion

Комментарии

Информация по комментариям в разработке