alogit {assist}R Documentation

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

Author(s)

Chunlei ke chunlei_ke@yahoo.com and Yuedong Wang yuedong@pstat.ucsb.edu


[Package assist version 3.1.9 Index]