Learn R Programming

predieval (version 0.1.1)

expit: Expit

Description

Calculates the expit of a real number

Usage

expit(x)

Arguments

x

A real number

Value

exp(x)/(1+exp(x))

Examples

Run this code
# NOT RUN {
expit(2.3)
# }

Run the code above in your browser using DataLab