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 May 29, 2024, 3:13 a.m.