| critical_r | R Documentation | 
Calculates critical value of Pearson correlation coefficient for a selected alpha.
critical_r(n, alpha = 0.05)
| n | number of observations | 
| alpha | significance level | 
calculated critical value of Pearson correlation coefficient
threshold_1 <- critical_r(n = 55, alpha = 0.01)
threshold_2 <- critical_r(n = 55, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.