- distr
Character string indicating the prior distribution.
Set distr
equal to one of the following: "lognormal"
,
"logt"
, or "halfnormal"
, which refers to a log-normal,
location-scale, or half-normal distribution, respectively.
- heter_prior1
A numeric vector with two values for the first prior
distribution: 1) the mean value and 2) the standard deviation. When
distr = "halfnormal"
, the first value should zero and the second a
non-negative value referring to the scale parameter of the distribution.
- heter_prior2
A numeric vector with two values for the second prior
distribution: 1) the mean value and 2) the standard deviation. When
distr = "halfnormal"
, the first value should zero and the second a
non-negative value referring to the scale parameter of the distribution.
- heter1
Character string indicating the heterogeneity parameter
for heter_prior1
. Set heter1
equal to one of the following:
"tau"
, or "tau_omega"
, which refers to a between-study
heterogeneity or between-design heterogeneity (inconsistency),
respectively. This argument is relevant only when
distr = "lognormal"
or distr = "logt"
. The default is
"tau"
.
- heter2
Character string indicating the heterogeneity parameter
for heter_prior2
. Set heter2
equal to one of the following:
"tau"
, or "tau_omega"
, which refers to a between-study
heterogeneity or between-design heterogeneity (inconsistency),
respectively. This argument is relevant only when
distr = "lognormal"
or distr = "logt"
. The default is
"tau"
.
- caption
Logical to indicate whether to report a caption at the bottom
right of the plot. It is relevant only when distr = "lognormal"
and
distr = "logt"
. The default is FALSE
(do not report).
- x_axis_name
Logical to indicate whether to present the title of x-axis
('Between-study standard deviation'). The default is TRUE
(report).
- y_axis_name
Logical to indicate whether to present the title of y-axis
('Density'). The default is TRUE
(report).
- title_name
Text for the title of the plot. title_name
determines the labs argument of the R-package
ggplot2.
- axis_title_size
A positive integer for the font size of axis title.
axis_title_size
determines the axis.title argument found in the
theme's properties in the R-package
ggplot2.
The default option is 13.
- axis_text_size
A positive integer for the font size of axis text.
axis_text_size
determines the axis.text argument found in the
theme's properties in the R-package
ggplot2.
The default option is 13.
- legend_title_size
A positive integer for the font size of legend
title. legend_text_size
determines the legend.text argument found in
the theme's properties in the R-package
ggplot2.
The default option is 13.
- legend_text_size
A positive integer for the font size of legend text.
legend_text_size
determines the legend.text argument found in the
theme's properties in the R-package
ggplot2.
The default option is 13.