| model_size_table | R Documentation |
Returns the table of prior and posterior expected model sizes under the binomial and binomial-beta model priors. Model size counts regressors and excludes the lagged dependent variable, which is present in every model.
model_size_table(x, ...)
## S3 method for class 'badp_bma'
model_size_table(x, ...)
x |
An object of class |
... |
Arguments passed to methods. |
A numeric matrix with two rows, one per model prior, and two columns holding the prior and the posterior expected model size.
bma, model_sizes
data(full_model_space)
results <- bma(full_model_space)
model_size_table(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.