R/invlogit.R

#' @useDynLib dfpk, .registration = TRUE
#' @export
invlogit <-
function (x) {
    1/(1+exp(-x))
}
artemis-toumazi/dfpk documentation built on Sept. 5, 2023, 2:44 a.m.