maid-package | R Documentation |
Functions for meta-analysis of individual differences. Intended for tests with dichotomous items and a Beta-binomial total score distribution. Beta-binomial parameters are estimated using moment estimation and integrated with bivariate meta-analysis.
The reliability of a test or questionnaire is an important measure of its psychometric quality. However, reliability is sample specific, and thus care needs to be taken when extrapolating from reliability estimates to a new application. Researchers needing to pick an instrument can meta-analyze existing reports of reliability. This technique is also known as reliability generalization (Vacha-Haase, 1998).
However, reliability is also underreported and hence reliability generalization is not always possible. For the case of dichotomous items a meta-analysis of individual differences (MAID) is an alternative to reliability generalization that does not assume that reliabilities are reported. Assuming that test scores follow a Beta-binomial distribution, only the observed means and standard deviations suffice for MAID.
In a first step the parameters of the Beta-binomial distribution are estimated from the observed means and standard deviations using moment estimation. The Beta-binomial distribution can be parametrized in a fashion, so that one parameter describes item difficulty (\pi
) and the other overdispersion (\rho
). The parameter \rho
can also be interpreted as a measure of the amount of individual differences the test can detect, hence the name meta-analysis of individual differences. Another interpretation is that \rho
is the correlation of two answers from the same person. Since \rho
is also closely linked to KR21 reliability a meta-analysis of \rho
produces estimates of reliability, too. Moment estimation in the current package is performed by the function bbm
.
Here a bivariate approach that integrates \pi
and \rho
simultaneously is implemented. The central function is mabb
which calculates the moment estimates and performs bivariate meta-analysis. The KR21 reliability estimates can then be extracted from the output of mabb
with the alphaKR21
method. Many further methods are available, including plots. More details are provided in the documentation of the individual functions and in Doebler & Doebler (submitted).
Philipp Doebler [aut, cre], Susanne Frick [ctb]
Maintainer: Philipp Doebler <philipp.doebler@googlemail.com>
Doebler, P. and Doebler, A. (submitted). Meta-analysis of individual differences based on sample means and standard deviations: An approach using the parameters of the Beta-binomial distribution.
Gasparrini A., Armstrong, B., Kenward M. G. (2012). Multivariate meta-analysis for non-linear and other multi-parameter associations. Statistics in Medicine. 31(29). 3821–3839.
Moore, D. F. (1986). Asymptotic properties of moment estimators for overdispersed counts and proportions. Biometrika, 73 (3), 583–588.
Vacha-Haase, T. (1998). Reliability generalization: exploring variance in measurement error affecting score reliability across studies. Educational and Psychological Measurement, 58 (1), 6–20.
mabb
#################
# Basic example #
#################
data(ICAR60)
with(ICAR60, {
mabb(N = N, size = test_length,
obsmean = obsmean, obssd = obssd)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.