R/FisherZ.Var.R

####################
#This function calculates the variance of a Fisher Z transformed estimate x, given its original variance 
#########################
FisherZ.Var <-
function(x,var.x)
  {
    var.x/(1-x^2)^2
    
  }

Try the DiagTest3Grp package in your browser

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

DiagTest3Grp documentation built on April 14, 2017, 5:53 p.m.