R/normIntLength.R

Defines functions `normIntLength`

`normIntLength` <-
function(mean.se, confid=0.95) 2 * qnorm(p=(1-confid)/2, lower.tail=F) * mean.se
alexsanchezpla/goProfiles documentation built on May 28, 2019, 4:54 p.m.