Print method for objects of class netimpact
.
# S3 method for netimpact
print(
x,
common = x$x$common,
random = x$x$random,
digits = gs("digits.prop"),
nchar.trts = x$nchar.trts,
nchar.studlab = x$nchar.studlab,
details.methods = gs("details"),
legend = gs("legend"),
legend.studlab = TRUE,
warn.deprecated = gs("warn.deprecated"),
...
)
An object of class netimpact
.
A logical indicating whether results for the common effects model should be printed.
A logical indicating whether results for the random effects model should be printed.
Minimal number of significant digits.
A numeric defining the minimum number of characters used to create unique treatment names (see Details).
A numeric defining the minimum number of characters used to create unique study labels.
A logical specifying whether details on statistical methods should be printed.
A logical indicating whether a legend should be printed.
A logical indicating whether a legend should be printed for abbreviated study labels.
A logical indicating whether warnings should be printed if deprecated arguments are used.
Additional arguments (to catch deprecated arguments).
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
netimpact
# Examples: example(netimpact)
Run the code above in your browser using DataLab