DataFilter$fisherTransform {IdMappingAnalysis}R Documentation

Compute the Fisher transform

Description

Compute the Fisher transform.

Usage

## Static method (use this):
## DataFilter$fisherTransform(x, ...)

## Don't use the below:
## S3 method for class 'DataFilter'
fisherTransform(static, x, ...)

Arguments

x

Input numeric vector.

...

Not used

Value

Result of the Fisher transform.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see DataFilter.

Examples

## Not run: 
 z<-Filter$fisherTransform(x);
 
## End(Not run)

[Package IdMappingAnalysis version 1.28.0 Index]