print.summary.CausalMBSTS {CausalMBSTS} | R Documentation |
Format and print the estimated causal effect(s), credible interval(s), and Bayesian p-value(s) into a clear output.
Description
Format and print the estimated causal effect(s), credible interval(s), and Bayesian p-value(s) into a clear output.
Usage
## S3 method for class 'summary.CausalMBSTS'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
An object of class 'summary.CausalMBSTS', a result of a call to |
digits |
Number of digits to display. |
... |
Additional arguments passed to other methods. |
Value
Invisibly, x
.
[Package CausalMBSTS version 0.1.1 Index]