powered by
For now it is assumed that we can only exclude linear relationships between regressors and the dependent variable.
regressor_names_from_params_vector(params)
Names of regressors which are assumed to be linearly connected with dependent variable within the model described by the params vector.
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 init_model_space_params for details).
params <- c(alpha = 1, beta_gdp = 1, beta_gdp_lagged = 1, phi_0 = 1, err_var = 1) regressor_names_from_params_vector(params)
Run the code above in your browser using DataLab