invlogit {MAST}R 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)))

[Package MAST version 1.10.0 Index]