View source: R/estimate_mixture.R
mix_r_2group | R Documentation |
Estimate the mixture correlation for two groups.
mix_r_2group(rxy, dx, dy, p = 0.5)
rxy |
Average within-group correlation |
dx |
Standardized mean difference between groups on X. |
dy |
Standardized mean difference between groups on Y. |
p |
Proportion of cases in one of the two groups. |
The average within-group correlation is estimated as:
\rho_{xy_{WG}}=\rho_{xy_{Mix}}\sqrt{\left(d_{x}^{2}p(1-p)+1\right)\left(d_{y}^{2}p(1-p)+1\right)}-\sqrt{d_{x}^{2}d_{y}^{2}p^{2}(1-p)^{2}}
where \rho_{xy_{WG}}
is the average within-group correlation, \rho_{xy_{Mix}}
is the overall mixture correlation,
d_{x}
is the standardized mean difference between groups on X, d_{y}
is the standardized mean difference between groups on Y, and
p is the proportion of cases in one of the two groups.
A vector of two-group mixture correlations
mix_r_2group(rxy = .375, dx = 1, dy = 1, p = .5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.