View source: R/shared.support.code.r
effect.size | R Documentation |
A function to find the effect size (Z-score) of a target, from a vector of values presumably obtained in random permutations.
effect.size(x, center = TRUE, target = NULL)
x |
The vector of data to use. |
center |
Logical value for whether to center x. |
target |
The value to target in the distribution. (If null, the first value in the vector is used.). If the target exists outside the range of x, very small or very large z-scores are possible. Additionally, if the target is excessively outside of the range of x, it could affect the Box-Cox transformation used to transform x. |
Michael Collyer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.