dsigc {ra4bayesmeta} | R Documentation |
Density function of the SIGC distribution described in Ott et al. (2020).
dsigc(x, M, C)
x |
vector of quantiles. |
M |
real number in (1,∞). |
C |
non-negative real number. |
The density function with domain [0, ∞) is given by
π(x) = 4(M-1)Cx^{-5}(1+Cx^{-4})^{-M}
for x >= 0. This density is obtained if the density function for variance components given in equation (2.15) in Berger & Deely (1988) is assigned to the precision (i.e. the inverse of the variance) and then transformed to the standard deviation scale. See Ott et al. (2020), Section 2.3.2 for more information.
For meta-analsis data sets, Ott et al. (2020) choose
C=σ_{ref}^{-2},
where σ_{ref} is the reference standard deviation (see function sigma_ref
) of the
data set,
which is defined as the geometric mean of the standard deviations
of the individual studies.
Value of the density function at locations x, where x >= 0. Vector of non-negative real numbers.
Berger, J. O., Deely, J. (1988). A Bayesian approach to ranking and selection of related means with alternatives to analysis-of-variance methodology. Journal of the American Statistical Association 83(402), 364–373.
Ott, M., Plummer, M., Roos, M. How vague is vague? How informative is informative? Reference analysis for Bayesian meta-analysis. Manuscript submitted to Statistics in Medicine. 2020.
dsigc(x=c(0.1,0.5,1), M=1.2, C=10)