backtransform {confidence} | R Documentation |
Back-transformations Performs inverse log or logit transformations.
Description
Back-transformations
Performs inverse log or logit transformations.
Usage
backtransform(x, type = c("identity", "log", "logit", "none", NA_character_))
Arguments
x |
value to back-transform |
type |
type of transform (log, logit). |
Value
backtransformed value
[Package confidence version 1.1-2 Index]