Learn R Programming

WGCNA (version 1.73)

corPvalueStudent: Student asymptotic p-value for correlation

Description

Calculates Student asymptotic p-value for given correlations.

Usage

corPvalueStudent(cor, nSamples)

Value

A vector of p-values of the same length as the input correlations.

Arguments

cor

A vector of correlation values whose corresponding p-values are to be calculated

nSamples

Number of samples from which the correlations were calculated

Author

Steve Horvath and Peter Langfelder