It probably seems like I complain a lot about SAS (I have), so today I'll write about something that I've learned from SAS that is really useful and a huge time saver when creating a generalized linear regression model. Proc GLMSelect makes the process of variable selection and transformation really easy. Specifically the Effect statement … Continue reading Linear Regression With SAS
Category: SAS
Spring Break is Upon Us
We have a week "off!" OK, not really. We have several assignments due just two weeks from now that we'll have to spend our time working on. But that's fine by me; I like having a little breathing room to get the work completed. For Stat we have the second part of an analysis project … Continue reading Spring Break is Upon Us
Proc Fastclus Is Going to be Useful
This week in learning SAS we began working with Proc Fastlclus - a procedure to group data together by two or more variables. This is particularly useful for data that has little linear relationship. Once you've identified clusters it helps to find similar characteristics among the clusters to aid in predicting outcomes for other observations … Continue reading Proc Fastclus Is Going to be Useful