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
Multiple lineal regression / Log transformed variables interpretationHi. I am using a database with information on food preservation methods (such as "frozen", "canned",…
How to count occurrences by idHello Stata professionals, I have a Data set of different ID's, each ID has observations from their…
Merging datasetsHi stata experts, I am trying to merge two datasets. The first dataset (A) has 39,082 observations …
Interaction terms in Probit RegressionDear Stata Expert, I have a question related to interpretation of interaction terms in a Probit mod…
Question on rank-ordered probit choice model (cmroprobit)Dear Stata users, I am aiming to run a Rank-ordered probit choice model (cmroprobit) in Stata. My d…
Subscribe to:
Post Comments (Atom)
0 Response to Function like SAS: Proc syslin
Post a Comment