Learn R Programming

sasLM (version 0.10.5)

corFisher: Correlation test by Fisher's Z transformation

Description

Testing correlation between two numeric vectors by Fisher's Z transformation

Usage

corFisher(x, y, conf.level=0.95, rho=0)

Value

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

Arguments

x

the first input numeric vector

y

the second input numeric vector

conf.level

confidence level

rho

population correlation rho under null hypothesis

Author

Kyun-Seop Bae k@acr.kr

Details

This accepts only two numeric vectors.

References

Fisher RA. Statistical Methods for Research Workers. 14e. 1973

Examples

Run this code
  corFisher(mtcars$disp, mtcars$hp, rho=0.6)

Run the code above in your browser using DataLab