Hello everyone,
I would like to ask whether Stata has the function like SAS syslin command,
Here is what I trying to do. my model: y= x1+x2+x1*x2, and I would like to test whether x1+x1*x2 >0.
In Sas I could run as below:
Proc syslin data =one;
Model y = x1 x2 x1*x2;
test x1 + x1*x2 ne 0;
run;
Is there anyway we can do in Stata?
Thanks in advance
Related Posts with Function like SAS: Proc syslin
spatial econometricsHi everyone Someone knows how to run the LMlambda, LMlambda ROBUST LMrho LMrho ROBUST ? What is co…
New version of wridit on SSCThanks as always to Kit Baum, a new version of the wridit package is now available for download from…
Reshape to Long-Firm Year Panel - Data in Multiple excel files and multiple worksheetsHi, I'm quite new to Stata so I am in a bit of a pickle. I need to get a long format firm-year pane…
OR, IRR and multivariate analysisDear Listers I am working with a dataset much like the one you see here. Code: * Example generate…
bar graph from matrix with CI as error barsHi all, I am trying to figure out how to make bar graph out of a matrix. I know there have been many…
Subscribe to:
Post Comments (Atom)
0 Response to Function like SAS: Proc syslin
Post a Comment