Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples: Hypothesis testing for paired data #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions hypothtest_paireddata
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Hypothesis Testing for Paired Data

Have developed in .Rmd a fictitious dataset and graphical representation of t-tests for paired data, with all three posibilities of "alternative", i.e. "greater", "less", and "two.sided" with cases of rejection and acceptance of null hypothesis.

As a learner, I found it easier to sketch out curves, quantiles and the T-statistic to understand concepts of acceptance and rejection etc. Hope others will benefit too!

This is the link to the material:

https://github.com/kumar-navya/DS_toshare/tree/master/Supplement_HypothTest_Paired