Rhodes et al. conducted an analysis of studies listed in the
Cochrane Database of Systematic Reviews that were investigating
standardized mean differences (SMD) as endpoints. As a result, they
proposed empirically motivated log-Student-\(t\) prior distributions
for the (squared!) heterogeneity parameter \(\tau^2\), depending on
the particular type of outcome investigated and the type of comparison
in question. The underlying \(t\)-distribution's location and scale
parameters here are internally stored in a 3-dimensional array (named
RhodesEtAlParameters
) and are most conveniently accessed using
the RhodesEtAlPrior()
function.
The outcome
argument specifies the type of outcome
investigated. It may take one of the following values
(partial matching is supported):
NA
"obstetric outcomes"
"resource use and hospital stay / process"
"internal and external structure-related outcome"
"general physical health and adverse event and pain and quality of life / functioning"
"signs / symptoms reflecting continuation / end of condition and infection / onset of new acute / chronic disease"
"mental health outcome"
"biological marker"
"various subjectively measured outcomes"
.
Specifying “outcome=NA
” (the default) yields the
marginal setting, without considering meta-analysis
characteristics as covariates.
The comparator1
and comparator2
arguments together
specify the type of comparison in question. These may take one of the
following values (partial matching is supported):
"pharmacological"
"non-pharmacological"
"placebo / control"
.
Any combination is allowed for the comparator1
and
comparator2
arguments, as long as not both arguments are set to
"placebo / control"
.
The area
argument specifies the medical context; possible
values are:
"respiratory"
"cancer"
"other"
(the default).
Note that the location and scale parameters refer to the
logarithmic (squared) heterogeneity parameter \(\tau^2\),
which is modelled using a Student-\(t\) distribution with 5 degrees
of freedom. When you want to use the prior specifications for
\(\tau\), the square root, as the parameter (as is necessary when
using the bayesmeta()
function), you need to correct for the
square root transformation. Taking the square root is equivalent to
dividing by two on the log-scale, so the square root
will still be log-Student-t distributed, but with halved location and
scale parameters. The relevant transformations are already taken care
of when using the resulting $dprior()
, $pprior()
and
$qprior()
functions; see also the example below.