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, n = 10, ...)
x |
An object of class |
n |
Maximum number of regressors to list: a single non-negative
number, or |
... |
Additional arguments (currently unused). |
print gives a compact overview: the size of the model space, the
prior and weighting settings, and the regressors ordered by posterior
inclusion probability. Use summary.badp_bma for the full BMA
statistics under both model priors, and coef.badp_bma to
extract posterior means and standard deviations.
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.