logit {rstanarm} | R Documentation |
Logit and inverse logit
Description
Logit and inverse logit
Usage
logit(x)
invlogit(x)
Arguments
x |
Numeric vector. |
Value
A numeric vector the same length as x
.
[Package rstanarm version 2.32.1 Index]