Learn R Programming

bmabart (version 2.0)

print.summary.bma.bart: Print the summary results for bma.bart object.

Description

Print and plot the inference results.

Usage

# S3 method for summary.bma.bart
print(x, ..., digit = x$digit, method = x$method, RE = x$RE)

Value

No return value, called for side effects.

Arguments

x

the summary.bma.bart object from the summary function.

...

other arguments passed to the print function.

digit

the number of decimal digits to keep.

method

method=2 to show the results from the partial differences, method=3 to show the results from the G-computation, and method=4 for G-computation with non-parametric method (binary exposures only).

RE

If ture, print the relative effects.

Author

Qingzhao Yu and Bin Li

References

Yu, Q., and Li, B. (2025) <doi:>. "Mediation Analysis with Bayesian Additive Regression Trees," submitted.

See Also

"bma.bart" for examples.