Dear All,
I'm working with Fama & MacBeth regressions. My sample is divided in quintiles and I run one regression for each quintile. Below, the code for the first and the last quintile.
regress ex_ret mkt smb hml if tin(1,8199) & port_BTM==1
regress ex_ret mkt smb hml if tin(1,8199) & port_BTM==5
So, I need to know if the difference between the coefficients for the last and the first quintile (for the same variable) are equal to zero.
Does anyone have any idea about how to do this?
Thank you!
Related Posts with Test for coefficients of different regressions
compare coefficients with xtrifregI estimated unconditional quantile regression using xtrifreg. As a next step, I would like to compar…
How to Identify Individuals who have moved in and out of a certain state(say poor to good Health) after calculating the transition MatrixHello guys! May I ask your assistance on how can I identify the individuals who have moved in and o…
How to masginsplot for variable subcategoriesI want to create marginsplot for this equation Code: logit diabetes i.Age i.year I tried Code: …
LSDV, problem with dummy variables and significanceHello, my data: panel data, 260 observations; 20 Regions and time period: 2004 to 2016. I have fou…
parsing with variant length strings; overcoming ustrregexra greedinessI'm currently trying to parse text from string variables like this: Code: * Example generated by …
Subscribe to:
Post Comments (Atom)
0 Response to Test for coefficients of different regressions
Post a Comment