R/invlogit.R

#' @useDynLib dfpk, .registration = TRUE
#' @export
invlogit <-
function (x) {
    1/(1+exp(-x))
}

Try the dfpk package in your browser

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

dfpk documentation built on May 2, 2019, 8:31 a.m.