netmeta (version 0.9-5)

print.decomp.design: Print method for objects of class decomp.design

Description

Print and summary method for objects of class decomp.design.

Usage

# S3 method for decomp.design
print(x, digits=2, showall=FALSE, ...)

Arguments

x

An object of class decomp.design.

digits

Minimal number of significant digits for Q statistics, see print.default.

showall

A logical indicating whether results should be shown for all designs or only designs contributing to chi-squared statistics (default).

Additional arguments (ignored at the moment).

See Also

decomp.design

Examples

Run this code
# NOT RUN {
data(Senn2013)

net1 <- netmeta(TE, seTE, treat1, treat2, studlab,
                data=Senn2013, sm="MD")
print(decomp.design(net1))
# }

Run the code above in your browser using DataLab