Improving on a SAS programming pattern

Earlier this week I described a common programming pattern in the SAS macro language. The pattern sets up a loop for processing each distinct value of a classification variable. The program uses the PROC SQL SELECT INTO feature to populate SAS macro variables. The effect: you can roll your own […]

Take a free e-Course at SAS Global Forum

Hello! I hope you had a chance to read about e-Learning in last week’s blog. For those of you who want to see and try e-Learning, please come visit me at the e-Learning booth at SAS Global Forum in Orlando.   In the weeks to come I will tell you mo…

Multicollinearity and the solutions

In his book, Rudolf Freund described a confounding phenomenon while fitting a linear regression. Given a small data set below, there are three variables – dependent variable(y) and independent variables(x1 and x2). Using x2 to fit y alone, the estimat…