Description Usage Arguments Value Examples
Log-transformation is a popular tool for dealing with skewness.For further details see https://www.r-statistics.com/2013/05/log-transformations-for-skewed-and-wide-distributions-from-practical-data-science-with-r.
1 |
x |
a input vector |
log-transformed vector x
1 2 | example_vector=c(1,2,3,4,5,6,7,8,9,10)
transform_log(example_vector)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.