p2r {corto}R Documentation

p2r Convert a P-value to the corresponding Correlation Coefficient

Description

p2r Convert a P-value to the corresponding Correlation Coefficient

Usage

p2r(p, n)

Arguments

p

the p-value

n

the number of samples

Value

a correlation coefficient

Examples

p2r(p=0.08,n=20)

[Package corto version 1.2.4 Index]