cut_r {Keng} | R Documentation |
Cut-off values of r given the sample size n.
cut_r(n)
n |
Sample size of the r. |
Given n and p, t and then r could be determined. The formula used could be found in test_r()
's documentation.
A data.frame including the cut-off values of r at the significance levels of p = 0.1, 0.05, 0.01, 0.001. r with the absolute value larger than the cut-off value is significant at the corresponding significance level.
cut_r(193)