Learn R Programming

KMDA (version 1.0)

invlogit: Inverse Logit Function

Description

Given a numeric object return the inverse logit of the values. This function should not be called directly in this package, but be used by other functions like dscore and sscore.

Usage

invlogit(x)

Arguments

x
A numerical value

Value

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

See Also

dscore, sscore

Examples

Run this code
invlogit(0)

Run the code above in your browser using DataLab