R/helpers.R

#' helper functions
#' 
logit <- function(x)1/(1+exp(-x))

#' helper functions
#' 
lambda <- function(l)  (logit(l)-0.5)/(2*l)
antiphon/vbss documentation built on May 10, 2019, 12:22 p.m.