logit_trans {miceafter} | R Documentation |
logit_trans
Logit transformation of parameter
estimate and standard error.
logit_trans(est, se)
est |
A numeric vector of values. |
se |
A numeric vector of standard error values. |
Function is used to logit transform parameters and standard errors. For the standard error the Delta method is used.
The logit transformed values.
Martijn Heymans, 2021