gs | R Documentation |
Get default for a meta-analysis setting in R package meta.
gs(x = NULL, unname = NULL)
x |
A character string or vector with setting name(s). |
unname |
A logical whether to remove names from attributes. |
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")
.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
settings.meta
# Get default setting for confidence interval of random effects
# model
#
gs("method.random.ci")
# Get default setting for summary measure in metabin()
#
gs("smbin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.