print.summary.bma.bart {bmabart}R Documentation

Print the summary results for bma.bart object.

Description

Print and plot the inference results.

Usage

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

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.

Value

No return value, called for side effects.

Author(s)

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.


[Package bmabart version 2.0 Index]