Description Usage Arguments Value Warning Examples
View source: R/weighted_abs_mean_cors.R
Returns the weighted mean of the absolute value of the correlations (with
Fisher's Z transformation applied if fisher_z_transform
is left as TRUE
).
1 | weighted_abs_mean_cors(cors_mods, fisher_z_transform = TRUE)
|
cors_mods |
List of lists of |
fisher_z_transform |
Logical. Default is If |
Dataframe with variables of interest in name
column and weighted
mean correlation (across segments) in value
for each dataframe in cors_mods$cors
.
See https://en.wikipedia.org/wiki/Fisher_transformation and https://www.researchgate.net/post/How-to-calculate-the-weighted-average-of-correlations-per-outcome for information on Fisher's z transformation. Appropriate methods for calculating weighted correlations should be further investigated.
1 | # See README
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.