powered by
Testing correlation between two numeric vectors by Fisher's Z transformation.
corFisher(x, y, conf.level=0.95, rho=0)
sample size, length of input vectors
sample correlation
Fisher's z
bias to correct
point estimate of population rho
confidence level for the confidence interval
lower limit of confidence interval
upper limit of confidence interval
population correlation rho under the null hypothesis
p value under the null hypothesis
the first input numeric vector
the second input numeric vector
confidence level
Kyun-Seop Bae k@acr.kr
This accepts only two numeric vectors.
Fisher RA. Statistical Methods for Research Workers. 14e. 1973
corFisher(mtcars$disp, mtcars$hp, rho=0.6)
Run the code above in your browser using DataLab