View source: R/s3_methods_bma.R
| print.badp_bma | R Documentation |
Print method for objects of class badp_bma.
## S3 method for class 'badp_bma'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently unused). |
This method is a thin wrapper that delegates to
summary.badp_bma and then prints the resulting summary, so
print(x) and print(summary(x)) produce identical output.
The output displays BMA statistics for both the binomial and binomial-beta
priors to allow direct comparison.
Invisibly returns the input object x.
bma, summary.badp_bma, coef.badp_bma
data(full_model_space)
results <- bma(full_model_space)
print(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.