Closed zoeyfyi closed 7 years ago
I saw this which might be how to do it, but I didn't see a built in function.
I found out how to do it.
Use the student_cdf function with the following arguments
n-2 , r/sqrt((1-r^2)/(n-2)), 1e99 (large value)
The values match up with this calculator
That cant be it since the table looks up the critical value of r, you only have the significance level and sample size:
student_cdf(n-2 , r/sqrt((1-r^2)/(n-2)), 1e99 (large value)) gives you the Pearson correlation coefficient, which I havnt done yet.
Sorry, the only other formulae I have found are here and they are all approximations for n > 30.
ctrl +f in the manual for spearman, correlation, rank etc doesn't find anything.
Might have to resort to using the tables.
Thats a shame, not to bad though.
I just ordered these books:
They where pretty cheap used so I thought, why not. You welcome to borrow any when they arrive.
@tpb1908 have you found a way to get these on the calculator. So far I haven't needed the tables but I don't think they are on their.