alogit: Calculate the Inverse Logit Transformation

View source: R/assist.R

alogitR 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


assist documentation built on Aug. 22, 2023, 9:12 a.m.

Related to alogit in assist...