Learn R Programming

SCoRES (version 0.1.2)

expit: Expit (Inverse Logit) Function

Description

Computes the inverse logit transformation.

Usage

expit(x)

Value

Value between 0 and 1.

Arguments

x

A numeric input.

Examples

Run this code
expit(0)         # returns 0.5
expit(c(-2, 0, 2))

Run the code above in your browser using DataLab