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
Plotting a fitted Line for log scale axisHello, I have to plot a simple fitted line for exports relative to GDP (the variable is called "nor…
eprobit and marginsHi, I am going to use eprobit for my purpose of regressing a binary variable(y) on another endogeno…
Hello wonder whether someone knows the formula, by which stata do the f test for equality of coefficients.Hello, thank you in advance for example: code: reg price weight mpg price Coef. Std. Err. t P&g…
percent of correct predictionsHello, I am trying to estimate the number of correct predictions in a linear model using robust and …
Calculating day-level statistics with data that may span across several daysHi, Data at hand: patient visit start and end dates/times, with each line representing a unique vis…
Subscribe to:
Post Comments (Atom)
0 Response to Function like SAS: Proc syslin
Post a Comment