Description Computes Fisher's z-transformation. Note that this is a two-tailed test.
Syntax FISHER(x)
Argument | Description |
---|---|
x | The correlation coefficient value for which you want the transformation. It must be a number between -1 and 1. |
Equation
Examples This function returns 0.549306144:
This function returns -0.255412812:
See Also CORREL, FISHERINV, FTEST, PEARSON