gs {meta} | R Documentation |
Get default for a meta-analysis setting.
Description
Get default for a meta-analysis setting in R package meta.
Usage
gs(x = NULL, unname = NULL)
Arguments
x |
A character string or vector with setting name(s). |
unname |
A logical whether to remove names from attributes. |
Details
This function can be used to get the default for a meta-analysis
setting defined using settings.meta
.
This function is primarily used to define default settings in
meta-analysis functions, e.g., metabin
or
metacont
. A list of all arguments with current
settings is printed using the command
settings.meta("print")
.
Author(s)
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
See Also
Examples
# Get default setting for confidence interval of random effects
# model
#
gs("method.random.ci")
# Get default setting for summary measure in metabin()
#
gs("smbin")
[Package meta version 7.0-0 Index]