print.bayesnmr {metapack} | R Documentation |
Print results
Description
Print results
Usage
## S3 method for class 'bayesnmr'
print(x, level = 0.95, HPD = TRUE, ...)
Arguments
x |
the output model from fitting a network meta analysis/regression model |
level |
credible level for interval estimation; set to 0.95 by default |
HPD |
a logical argument indicating whether HPD intervals should be computed; if FALSE, equal-tail credible intervals are computed |
... |
additional arguments for print |
Value
No return value; print a summary of the output
[Package metapack version 0.3 Index]