Description Usage Arguments Examples
View source: R/destandardize.r
This function allows to destandarize (or vice versa: standardize) an effect size (Pearson's r or a typical Beta-coefficient) using the standard deviations of the independent and dependent variable.
| 1 | destandardize(b = NULL, Beta = NULL, sd_x, sd_y)
 | 
| b | The unstandarized effect size. | 
| Beta | The standardized effect size. | 
| sd_x | The standard deviation of the independent variable. | 
| sd_y | The standard deviation of the dependent variable. | 
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.