View source: R/estimate_artifacts.R
estimate_rel_dist | R Documentation |
Estimate descriptive statistics of reliabilities from descriptive statistics of square-root reliabilities via Taylor series approximation
estimate_rel_dist(mean_q, var_q)
mean_q |
Mean square-root reliability value. |
var_q |
Variance of square-root reliability values. |
var_{\rho_{XX}}=4q_{X}^{2}var_{\rho_{XX}}
The estimated mean and variance of a distribution of reliability values.
estimate_rel_dist(mean_q = .9, var_q = .05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.