R/normIntLength.R

Defines functions `normIntLength`

`normIntLength` <-
function(mean.se, confid=0.95) 2 * qnorm(p=(1-confid)/2, lower.tail=F) * mean.se

Try the goProfiles package in your browser

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

goProfiles documentation built on Nov. 8, 2020, 8:12 p.m.