Learn R Programming

contextual (version 0.9.8.4)

invlogit: Inverse Logit Function

Description

Given a numeric object return the inverse logit of the values.

Usage

invlogit(x)

Arguments

x

A numeric object.

Value

An object of the same type as x containing the inverse logits of the input values.