expit {madr} | R Documentation |
Expit (inverse logit) function
Description
This function transforms the input using the expit function
Usage
expit(x)
Arguments
x |
vector of values to apply the expit function |
Value
A vector of the same dimension of x
[Package madr version 1.0.0 Index]