Description Usage Arguments Value Examples
View source: R/transform_log_plus_c.R
Log-tranform a variable x with a offset to prevent errors with zero values. Offset chosen to minimize distribution skewness.
1 |
x |
a vector of continuous variables |
log(x+best.c), vector with log-transformed variables
1 | transform.log.plus.c(c(15,7,5,1,8,0,85,0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.