View source: R/s3_methods_bma.R
| print.badp_bma_coef | R Documentation |
Print method for objects of class badp_bma_coef produced by
coef.badp_bma when prior = "both".
## S3 method for class 'badp_bma_coef'
print(x, digits = 4, ...)
x |
An object of class |
digits |
Integer. Number of significant digits used when printing
numeric columns. Defaults to |
... |
Additional arguments passed to |
When the result contains only point estimates (se = FALSE,
PIP = FALSE), the two priors are printed side by side. Otherwise
the output is split into two stacked panels - one per prior - each with
the requested combination of estimate, std.error and
PIP columns. The header reflects whether the estimates are
unconditional or conditional on inclusion, and whether standard errors
are robust.
Invisibly returns the input object x.
coef.badp_bma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.