powered by
Calculates critical value of Pearson correlation coefficient for a selected alpha.
critical_r(n, alpha = 0.05)
calculated critical value of Pearson correlation coefficient
number of observations
significance level
threshold_1 <- critical_r(n = 55, alpha = 0.01) threshold_2 <- critical_r(n = 55, alpha = 0.05)
Run the code above in your browser using DataLab