ctsem (version 3.0.4)

inv_logit: Inverse logit

Description

Maps the stan function so the same code works in R.

Usage

inv_logit(x)

Arguments

x

value to calculate the inverse logit for.

Examples

Run this code
# NOT RUN {
inv_logit(-3)
# }

Run the code above in your browser using DataCamp Workspace