expit: This function computes exp(x) / (1 + exp(x)), the inverse of...

Description Usage Arguments Value

Description

This function computes exp(x) / (1 + exp(x)), the inverse of the logistic function log(p / (1 - p))

Usage

1
expit(x)

Arguments

x

A real number

Value

A real number between 0 and 1


mvaldora/SPPS documentation built on May 7, 2019, 12:53 a.m.