I need to run several regressions using the tuples command:
Code:
tuples roa1 roa2 pp1 pp2 pp3 pp4 pp5 pp6, min(2) max(2)
forval i = 1/`ntuples' {
probit x1 x2 x3 x4 x5 `tuple`i'' , vce(robust)
margins, dydx(*)
}If any of you has any idea, I would be much appreciated.
Best,
Danielle
0 Response to Table after tuples/forval
Post a Comment