| bma_table | R Documentation |
Returns the table of Bayesian model averaging statistics computed under one of the two model priors, without reaching into the internal structure of the object.
bma_table(x, ...)
## S3 method for class 'badp_bma'
bma_table(x, prior = c("binomial", "beta"), ...)
x |
An object of class |
... |
Arguments passed to methods. |
prior |
Model prior: |
The columns are PIP, the posterior inclusion probability; PM
and PSD, the posterior mean and posterior standard deviation;
PSDR, the posterior standard deviation built from robust standard
errors; PMcon, PSDcon and PSDRcon, the same three
quantities conditional on the regressor being included; and %(+),
the percentage of models in which the coefficient is positive. The first row
is the lagged dependent variable, which enters every model by construction.
A numeric matrix with one row per parameter and eight columns.
bma, pip, coef.badp_bma,
summary.badp_bma
data(full_model_space)
results <- bma(full_model_space)
bma_table(results)
bma_table(results, prior = "beta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.