I'm trying to use PROC TSCSREG to do a regression analysis on some panel data; I'm wanting to do it as fixed error.
The code I've written is as follows (variable names changed to protect the innocent):
PROC SORT DATA= project;
BY csid tsid;
RUN;
PROC TSCSREG DATA= project;
ID csid tsid...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.