Question: Are p-values determined from t-tests?
What is the relationship between a p-value and a t-value? It states in this article here, the instructions to finding a t-value:
How to Calculate T:
- Calculate the mean (X) of each sample
- Find the absolute value of the difference between the means
- Calculate the standard deviation for each sample
- Square the standard deviation for each sample
- Divide each squared standard deviations by the sample size of that group.
- Add these two values
- Take the square root of the number to find the "standard error of the difference.
- Divide the difference in the means (step 2) by the standard error of the difference (step 7). The answer is your "calculated T-value."
- Determine the degrees of freedom (df) for the test. In the t-test, the degrees of freedom is the sum of the sample sizes of both groups minus 2.
- Determine the “Critical T-value” in a table by triangulating your DF and the “p value” of 0.05.
Is the article trying to say that the p-value is used to determine a t value? I'm confused here.