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
What are the control terms for a triple difference estimator?Hi, I am running a triple difference estimator to look at the effect of the EPA's pollution non-att…
How to eliminate male-only households from individual-level dataDear Stata Users, I am new to Stata. I have a Census dataset on individuals, that are identified p…
Varbench - Is there any minimum number of observations needed?Hi, I am using the varbench command. My dataset has 96 observations in total. When I run this comma…
Deleting observations with missing values using macro/loopingHi all, I am very new to macros and looping (in Stata). I have certain variables for which it is ne…
Question on how to eliminate only certain dataGood Evening and sorry for the not very descriptive title. I am not sure how exactly to word my issu…
Subscribe to:
Post Comments (Atom)
0 Response to Function like SAS: Proc syslin
Post a Comment