How to calculate p value in excel | 3 methods

t = r*SQRT((n-2)/(1-r^2)) p = (ABS(t),df) f = ((n-2)*r^2)/(1-r^2) p = (f,1,df,TRUE)
Back to Top