corFisher | R Documentation |
Testing correlation between two numeric vectors by Fisher's Z transformation
corFisher(x, y, conf.level=0.95, rho=0)
x |
the first input numeric vector |
y |
the second input numeric vector |
conf.level |
confidence level |
rho |
population correlation rho under null hypothesis |
This accepts only two numeric vectors.
N |
sample size, length of input vectors |
r |
sample correlation |
Fisher.z |
Fisher's z |
bias |
bias to correct |
rho.hat |
point estimate of population rho |
conf.level |
confidence level for the confidence interval |
lower |
lower limit of confidence interval |
upper |
upper limit of confidence interval |
rho0 |
population correlation rho under null hypothesis |
p.value |
p value under the null hypothesis |
Kyun-Seop Bae k@acr.kr
Fisher RA. Statistical Methods for Research Workers. 14e. 1973
corFisher(mtcars$disp, mtcars$hp, rho=0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.