Tuesday, December 1, 2020

from df and p-value to calculate the lower bound t score

Is there a way to calculate the two-tail t-score from df and p-value without looking up in the t-table? For example, I have two columns representing the df and p-value in the following, how to get the t-score in the third column? Thanks.

df pvalue tscore
20 0.001 ?
21 0.05 ?
30 0.1 ?

No comments:

Post a Comment