Learn R Programming

netmeta (version 3.2-0)

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

Description

Print method for objects of class decomp.design.

Usage

# 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"),
  ...
)

Arguments

x

An object of class decomp.design.

digits.Q

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).

digits.pval.Q

Minimal number of significant digits for p-value of heterogeneity tests, see print.default.

digits.tau2

Minimal number of significant digits for between-study variance, see print.default.

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.

nchar.trts

A numeric defining the minimum number of characters used to create unique treatment names.

sort

A logical indicating whether to sort results by p-values.

legend

A logical indicating whether a legend should be printed.

...

Additional arguments (ignored at the moment).

See Also

decomp.design

Examples

Run this code
# Examples: example(decomp.design)

Run the code above in your browser using DataLab