Print method for objects of class decomp.design
.
# S3 method for decomp.design
print(
x,
digits.Q = gs("digits.Q"),
showall = FALSE,
digits.pval.Q = gs("digits.pval.Q"),
digits.tau2 = gs("digits.tau2"),
scientific.pval = gs("scientific.pval"),
big.mark = gs("big.mark"),
nchar.trts = x$nchar.trts,
sort = TRUE,
legend = gs("legend"),
...
)
An object of class decomp.design
.
Minimal number of significant digits for Q
statistics, see print.default
.
A logical indicating whether results should be shown for all designs or only designs contributing to chi-squared statistics (default).
Minimal number of significant digits for
p-value of heterogeneity tests, see print.default
.
Minimal number of significant digits for
between-study variance, see print.default
.
A logical specifying whether p-values should be printed in scientific notation, e.g., 1.2345e-01 instead of 0.12345.
A character used as thousands separator.
A numeric defining the minimum number of characters used to create unique treatment names.
A logical indicating whether to sort results by p-values.
A logical indicating whether a legend should be printed.
Additional arguments (ignored at the moment).
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de, Ulrike Krahn ulrike.krahn@bayer.com
decomp.design
# Examples: example(decomp.design)
Run the code above in your browser using DataLab