invlogit: inverse logit

View source: R/invlogit.R

invlogitR Documentation

inverse logit

Description

does what you want

Usage

invlogit(a)

Arguments

a

the numberic vector to which the deed is done

Value

numeric vector deed done

See Also

logit

Examples

anum <- 0.48
logit_anum <- log(anum/(1 - anum))

invlogit(logit_anum)

williamcioffi/chf documentation built on June 9, 2022, 5:38 p.m.