diff --git a/hypothtest_paireddata b/hypothtest_paireddata new file mode 100644 index 00000000..3e6e45a3 --- /dev/null +++ b/hypothtest_paireddata @@ -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