Learn R Programming

assist (version 3.1.3)

alogit: Calculate the Inverse Logit Transformation

Description

Perform an inverse logit calculation

Usage

alogit(x)

Arguments

x

a numeric value

Value

Returned is \(e^x/(1+e^x)\).