The new package looks very promising. Thank you for providing another (much improved) version of the (in my opinion) best package for applied work.
It just appears as if the "eregress" command could really help me with my ongoing project. However, as long as my institutions do not upgrade, I thought about purchasing a student-version myself. As it comes I have to hold a presentation next week... And would, therefore, like to implement it as fast as possible.
Is there either a way to obtain a download version even if you are not from an eligible country?
Alternatively, does there exist a Stata workaround I could use for this type of regression:
?
as stated here: https://www.stata.com/new-in-stata/e...ession-models/
It just appears as if the "eregress" command could really help me with my ongoing project. However, as long as my institutions do not upgrade, I thought about purchasing a student-version myself. As it comes I have to hold a presentation next week... And would, therefore, like to implement it as fast as possible.
Is there either a way to obtain a download version even if you are not from an eligible country?
Alternatively, does there exist a Stata workaround I could use for this type of regression:
Add sample selection to endogenous treatment.
eregress y x1 , endogenous( x2 = x3 x4) entreat( treated = x2 x3 x5) select(selected = x2 x6),
eregress y x1 , endogenous( x2 = x3 x4) entreat( treated = x2 x3 x5) select(selected = x2 x6),
as stated here: https://www.stata.com/new-in-stata/e...ession-models/
Comment