Skip to contents

Expit transformation

Usage

expit(x)

Arguments

x

data

Value

expit of x

Examples

x <- .5
expit(x)
#> [1] 0.6224593