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