Learn R Programming

CIMTx (version 0.3.0)

expit: Inverse logit

Description

This function inverse the logit function.

Usage

expit(x)

Arguments

x

a vector

Value

a vector

Examples

Run this code
# NOT RUN {
library(CIMTx)
expit(1:5)
# }

Run the code above in your browser using DataLab