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
Create categorical variable*hi! new to stata/in a stats class... i have a dataset that has individual race dummy variables. Is t…
no observations error event studyDear Stata community, I'm trying to run a loop to generate the normal returns for my event study, h…
tobit regression with collinearityHi i am running a tobit regresison for data across 2 years 2007-2008: My variables include 10 log pr…
Logic for using matched sample versus unmatched sampleHi all, I am stuck on a problem of when to use a matched versus unmatched sample. I have a list of …
GMM estimation inside a do loop with foreachDear Friends, I am trying to use GMM to estimate a model that is nonlinear in its parameters. The …
Subscribe to:
Post Comments (Atom)
0 Response to Test for coefficients of different regressions
Post a Comment