How to make a regressor list
Posted: Tue Jun 14, 2016 2:21 pm
Hi there,
This is a basic question, I know, and it's addressed in the manuals, I know, so I apologize for asking, but I spent four hours reading the manuals and forums, trying to hack it, but I couldn't get it to work.
I want to represent a list of regressors with a single word. I then want to add and subtract regressors from the list represented by that word. How can I do that? In other words, how can I change this:
to this?
And then how do I add and subtract variables from "regressors?"
Thanks.
This is a basic question, I know, and it's addressed in the manuals, I know, so I apologize for asking, but I spent four hours reading the manuals and forums, trying to hack it, but I couldn't get it to work.
I want to represent a list of regressors with a single word. I then want to add and subtract regressors from the list represented by that word. How can I do that? In other words, how can I change this:
Code: Select all
PREGRESS(METHOD = FIXED,SMPL = onecounty) p_roa / ROBUSTERRORS CLUSTER=%INDIV(T)
# p_df11 p_thrift_df11 p_thrift p_lnasset p_sar_lag p_lar_lag p_cilar_lag $
p_clar_lag p_crelar_lag p_cldlar_lag p_rrelar_lag p_bdr_lag p_ncfr_lag $
p_ncla_lag p_subchaps p_hhi_cnty p_cnty_unemp p_crisis p_rrelar_lag_crisis
Code: Select all
PREGRESS(METHOD = FIXED,SMPL = onecounty) p_roa / ROBUSTERRORS CLUSTER=%INDIV(T)
# regressors
Thanks.