Learn R Programming

corto (version 1.2.4)

p2r: 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)

Value

a correlation coefficient

Arguments

p

the p-value

n

the number of samples

Examples

Run this code
p2r(p=0.08,n=20)

Run the code above in your browser using DataLab