| regressors | R Documentation |
Returns the names of the regressors considered in the analysis.
regressors(x, ...)
## S3 method for class 'badp_bma'
regressors(x, include_lagged = FALSE, ...)
## S3 method for class 'badp_model_space'
regressors(x, include_lagged = FALSE, ...)
x |
An object of class |
... |
Arguments passed to methods. |
include_lagged |
Logical. Include the lagged dependent variable, which
is the first name and enters every model. Defaults to |
A character vector of regressor names.
bma, optim_model_space
data(full_model_space)
regressors(full_model_space)
regressors(full_model_space, include_lagged = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.