R/tam_fisherz.R

Defines functions tam_fisherz

## File Name: tam_fisherz.R
## File Version: 0.01

tam_fisherz <- function(x)
{
    0.5*log( (1+x)/ (1-x) )
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.