ilogit: Inverse logit

View source: R/logit_funs.R

ilogitR Documentation

Inverse logit

Description

Returns the inverse logit transformation of x

Usage

ilogit(x, ...)

Arguments

x

a number, vector, matrix, etc. to be transformed from (-inf, inf) to (0 1) by the inverse logit transform

...

additional arguments to be passed to plogis

Value

transformed result


pttstability documentation built on May 29, 2024, 1:28 a.m.