inv_logit: Inverse of the logit

View source: R/misc_functions.R

inv_logitR Documentation

Inverse of the logit

Description

inv_logit Calculates the inverse of the logit (probability in logistic regression)

Usage

inv_logit(x)

Arguments

x

Numerical value used to compute the inverse of the logit.


pubh documentation built on Nov. 14, 2023, 1:08 a.m.