print.summary.bma {BayesianMediationA} | R Documentation |
Print the results from the summary function.
Description
Print the summary results from summary.bma.bx.cy.
Usage
## S3 method for class 'summary.bma'
print(x, ..., digit = x$digit, method = x$method, RE = x$RE)
Arguments
x |
the oject from summary.bma.bx.cy. |
... |
other arguments. |
digit |
the nubmer of digits to be printed. |
method |
the method to be used. |
RE |
if ture, print the relative effect |
Value
Print and plot from the summary of bma.bx.cy.
Author(s)
Qingzhao Yu and Bin Li
Examples
# see example at bma.bx.cy.
[Package BayesianMediationA version 1.0.1 Index]