Print method for objects of class decomp.design
Print method for objects of class decomp.design
.
## S3 method for class '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"), ... )
x |
An object of class |
digits.Q |
Minimal number of significant digits for Q
statistics, see |
showall |
A logical indicating whether results should be shown for all designs or only designs contributing to chi-squared statistics (default). |
digits.pval.Q |
Minimal number of significant digits for
p-value of heterogeneity tests, see |
digits.tau2 |
Minimal number of significant digits for
between-study variance, see |
scientific.pval |
A logical specifying whether p-values should be printed in scientific notation, e.g., 1.2345e-01 instead of 0.12345. |
big.mark |
A character used as thousands separator. |
... |
Additional arguments (ignored at the moment). |
Guido Schwarzer sc@imbi.uni-freiburg.de, Ulrike Krahn ulrike.krahn@bayer.com
data(Senn2013) net1 <- netmeta(TE, seTE, treat1, treat2, studlab, data = Senn2013, sm = "MD") print(decomp.design(net1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.