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) )
}
alexanderrobitzsch/TAM documentation built on Feb. 21, 2024, 5:59 p.m.