inv_logit: Get inverse logit of a value

View source: R/05_inv_logit.R

inv_logitR Documentation

Get inverse logit of a value

Description

The inverse logit of x

Usage

inv_logit(x)

Arguments

x

A number

Value

the inverse logit of x.

Examples

inv_logit(0)
inv_logit(1)

mcsiple/mmrefpoints documentation built on June 17, 2022, 8:41 p.m.