Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Omnirizon

    PROC TSCSREG error (see inside for details)

    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...

Part and Inventory Search

Back
Top