From 02ed15c2c5d3d38418ae438f73549fb519db957b Mon Sep 17 00:00:00 2001 From: kumar-navya <45938998+kumar-navya@users.noreply.github.com> Date: Tue, 26 Feb 2019 16:02:51 +0530 Subject: [PATCH] Examples: Hypothesis testing for paired data --- hypothtest_paireddata | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hypothtest_paireddata 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