I’m sure this is no big deal, but the subtleties are beyond me:
What are the differences between using chi squared and a t test when examining data? I know both can be used to calculate the probability of a null hypothesis, but are there times when one is more appropriate than the other?
The test that you should use for the null hypothesis depends on the distribution of your test statistic. If the test statistic is distributed according to a t distribution, you use a t test. If it’s distributed according to a chi squared distribution, you use a chi squared test. If it’s distributed according to an F distribution, you use an F test. If it has some other distribution, you use the appropriate test.
Believe it or not, Ultrafilter, that pretty much answered my question.
I had learned how to do a chi-squared in the past, and was being asked to do a t test now, and was uncertain why. Although I’m sure a more thorough knowledge of the background would be interesting, in this case it would only distract me from what I need to accomplish.
Well, if you have some handy-dandy software (such as Minitab,) then you can actually put in a set of data and test it to almost any type of distribution. I’m currently taking a class all about this kind of stuff, and let me tell you, having a computer do it for me makes it a lot less tedious.