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
Frequency for distributions of t-statisticDear everyone, I have data like this Code: * Example generated by -dataex-. To install: ssc instal…
Checking goodness of model fit in imputed datasetsHello all Can anyone tell me who to check the goodness of fit between two models in an imputed data…
Use of Operators in recodingHello, I have a large set of data eg 1 2 3....100 101 etc and i want to categories the data into 3 d…
Help With Agricultural Price volatilityHello everyone, I am writing my thesis and I am currently struggling with the codes used to estimate…
Coefficient Plots of GroupsDear Statlisters, I am running the following regression: bys permno: astile q=rp, nq(5) levelsof …
Subscribe to:
Post Comments (Atom)
0 Response to Function like SAS: Proc syslin
Post a Comment