inv_logit: Inverse logit

View source: R/ctsemUtils.R

inv_logitR Documentation

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

inv_logit(-3)

cdriveraus/ctsem documentation built on April 18, 2024, 5:24 a.m.