powered by
Calculates critical value of Pearson correlation coefficient for a selected alpha.
critical_r(n, alpha = 0.05)
number of observations
significance level
calculated critical value of Pearson correlation coefficient
# NOT RUN { 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