print.summary.hdbma {hdbma} | R Documentation |
Description
print the results from summary.hdbma.
Usage
## S3 method for class 'summary.hdbma'
print(x, ..., digit = x$digit, method = x$method, RE = x$RE)
Arguments
x |
the results from summary.hdbma. |
... |
further arguments passed to or from other methods. |
digit |
the number of digit to be shown. |
method |
the method to be shown. See the reference. |
RE |
if true, present results for relative effects. Default is True. |
Value
No return value, called for to print results and plots.
Author(s)
Qingzhao Yu and Bin Li
References
Yu, Q., Hagan, J., Wu, X., Richmond-Bryant, J., and Li, B., 2023, High-Dimensional Bayesian Mediation Analysis with Adaptive Laplace Priors. Submitted.
Examples
#Examples at summary.hdbma.
[Package hdbma version 1.0 Index]