transforms: The logit/expit tranformation

logitR Documentation

The logit/expit tranformation

Description

The logit/expit tranformation

Usage

logit(x)

expit(x)

Arguments

x

numeric

Examples

curve(logit, from = 0.1, to = 0.9)
curve(expit, from = -5, to = 5)

kevinwang09/APES documentation built on Nov. 10, 2023, 12:09 p.m.