print.netdose {netdose} | R Documentation |
Print method for objects of class netdose
Description
Displays a summary of the dose-response network meta-analysis results stored in a netdose
object.
Usage
## S3 method for class '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"),
...
)
Arguments
x |
An object of class |
common |
A logical indicating whether results from the common effects model should be printed. |
random |
A logical indicating whether results from the random effects model should be printed. |
backtransf |
A logical indicating whether printed results
should be back transformed. If |
digits |
Minimal number of significant digits to be used in output. |
digits.stat |
Number of decimal places for test statistics. |
digits.pval |
Number of decimal places for p-values. |
digits.pval.Q |
Number of decimal places for Q-test p-value. |
digits.Q |
Number of decimal places for Q statistic. |
digits.tau2 |
Number of decimal places for tau-squared. |
digits.tau |
Number of decimal places for tau. |
digits.I2 |
Number of decimal places for I-squared. |
scientific.pval |
A logical indicating whether p-values should be printed in scientific notation. |
big.mark |
A character used as thousands separator. |
text.tau2 |
A character string used to label tau-squared in the output. |
text.tau |
A character string used to label tau in the output. |
text.I2 |
A character string used to label I-squared in the output. |
... |
Additional arguments (ignored). |
Value
The input object is printed to the console. No return value.