The SIMLIN procedure processes the coefficients in a data set created by the SYSLIN procedure using the OUTEST= option or by another regression procedure such as PROC REG. To use PROC SIMLIN you must ...
Mr. Agbo Agbo, I hope you are following the Wendell Simlin scandal closely,” an anonymous caller asked me last week. “Wendell Simlin? I asked, I’m sorry you are calling the wrong number.” I was about ...
The REG procedure processes the input data and writes the parameter estimates to the OUTEST= data set A. title2 'Estimated Parameters'; proc reg data=test outest=a; model y=ylag3 x; run; title2 ...