cut_r: Cut-off values of Pearson's correlation r with known sample...

View source: R/cut_r.R

cut_rR Documentation

Cut-off values of Pearson's correlation r with known sample size n.

Description

Cut-off values of Pearson's correlation r with known sample size n.

Usage

cut_r(n)

Arguments

n

Sample size of Pearson's correlation r. n should be larger than

Details

Given n and p, t and then r could be determined. The formula used could be found in test_r()'s documentation.

Value

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.

Examples

cut_r(193)

Keng documentation built on April 4, 2025, 1:37 a.m.