regressor_names_from_params_vector | R Documentation |
For now it is assumed that we can only exclude linear relationships between regressors and the dependent variable.
regressor_names_from_params_vector(params)
params |
a vector with parameters describing the model |
The vector needs to have named rows, i.e. it is assumed it comes from a model space (see initialize_model_space for details).
Names of regressors which are assumed to be linearly connected with dependent
variable within the model described by the params
vector.
params <- c(alpha = 1, beta_gdp = 1, beta_gdp_lagged = 1, phi_0 = 1, err_var = 1)
regressor_names_from_params_vector(params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.