netdoseDisplays a summary of the dose-response network meta-analysis results
stored in a netdose object.
# S3 method for netdose
print(
x,
common = x$common,
random = x$random,
backtransf = x$backtransf,
digits = gs("digits"),
digits.stat = gs("digits.stat"),
digits.pval = gs("digits.pval"),
digits.pval.Q = max(gs("digits.pval.Q"), 2),
digits.Q = gs("digits.Q"),
digits.tau2 = gs("digits.tau2"),
digits.tau = gs("digits.tau"),
digits.I2 = gs("digits.I2"),
scientific.pval = gs("scientific.pval"),
big.mark = gs("big.mark"),
text.tau2 = gs("text.tau2"),
text.tau = gs("text.tau"),
text.I2 = gs("text.I2"),
...
)The input object is printed to the console. No return value.
An object of class netdose.
A logical indicating whether results from the common effects model should be printed.
A logical indicating whether results from the random effects model should be printed.
A logical indicating whether printed results
should be back transformed. If backtransf = TRUE, results
for sm = "OR" are printed as odds ratios rather than log
odds ratios, for example.
Minimal number of significant digits to be used in output.
Number of decimal places for test statistics.
Number of decimal places for p-values.
Number of decimal places for Q-test p-value.
Number of decimal places for Q statistic.
Number of decimal places for tau-squared.
Number of decimal places for tau.
Number of decimal places for I-squared.
A logical indicating whether p-values should be printed in scientific notation.
A character used as thousands separator.
A character string used to label tau-squared in the output.
A character string used to label tau in the output.
A character string used to label I-squared in the output.
Additional arguments (ignored).