olkin_siotani | R Documentation |
Computational function to compute the Olkin & Siotani (1976) variance-covariance matrix for correlation matrices. It allows the user to specify three different computations.
olkin_siotani(data, n, type = c("average", "weighted", "simple"))
data |
A correlation matrix or a list of correlation matrices. |
n |
Sample size |
type |
The type of Olkin and Siotani correction to make. |
The three possible computations that can be specified are:
average: Average all the correlations element-wise to pool into a single correlation matrix. The variance-covariance is computed from the averaged correlation matrix, then divided by study specific sample sizes.
weighted: Same as the average process-wise, but uses a weighted average to pool into a single correlation matrix.
simple: Computes the variance-covariance for each individual correlation matrix, then divide these by the study specific sample sizes.
List of matrices, same length as the number of studies or number of correlation matrices.
Becker, B. J. (1992). Using results from replicated studies to estimate linear models. Journal of Educational Statistics, 17(4), 341-362. Olkin, I. (1976). Asymptotic distribution of functions of a correlation matrix. Essays in provability and statistics: A volume in honor of Professor Junjiro Ogawa.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.