backtransform: 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_))
Value
backtransformed value
Arguments
- x
value to back-transform
- type
type of transform (log, logit).