trafos | R Documentation |
logTrafo
Natural logarithm.
sqrtTrafo
Square root.
If negative values occur and the trafo function can handle only positive values,
a shift of the form x - min(x) + 1 is performed prior to the transformation if the
argument handle.violations
is set to “warn” which is the default
value.
trafoLog(base = 10, handle.violations = "warn") trafoSqrt(handle.violations = "warn")
base |
[ |
handle.violations |
[ |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.