Learn R Programming

assist (version 2.0)

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)$.