log_1 {segmenTier} | R Documentation |
log transformation handling zeros by adding 1
Description
A conventional approach to handle 0 in log transformation is to simply
add 1 to all data, log_1(x) = log(x+1)
. Also see ash
.
Usage
log_1(x)
Arguments
x |
a numeric vector |
[Package segmenTier version 0.1.2 Index]