invlogit: Inverse of logistic transformation

invlogitR Documentation

Inverse of logistic transformation

Description

Inverse of logistic transformation

Usage

invlogit(x)

Arguments

x

numeric

Value

numeric

Examples

x <- 1:5
invlogit(log(x/(1-x)))

RGLab/MAST documentation built on Sept. 30, 2023, 1:08 p.m.