So I want to know when do we accept the null hypothesis and when we don't in t test.
Case 1: t cal>t tab and p value >0.05,we accept null hypothesis
Case 2: t cal>t tab and p value <0.05 we don't accept null hypothesis.
Case 3: t cal < t tab and p value <0.05,we accept null hypothesis
Case 4: t cal < t tab and p value >0.05,we accept null hypothesis
It this correct?