This week was a welcome refresher of the basics in SAS, like PROC MEANS, PROC FREQ, and PROC SQPLOT, and an introduction to clustering and standardization. After last week’s work with MACROS, it was nice to focus on some of the basics that we have learned and then add a new skill to our repertoire (using an NC OPIOID dataset that we constructed last week).
I was a bit overwhelmed last week, and I definitely have some work to do to sharpen my skills with MACROS. This week improved my confidence. Our assignments are gradually providing us with less helper/starter code to assist us and moving towards just telling us what we need to accomplish in each task/step. I think that I am more ready for this than I realized. I worked through the assignment pretty well. After each task, I ran the code and corrected any errors that arose in formatting (looking them up on Google if I needed some assistance confirming what was necessary).
This week the main focus was clustering and standardization. Standardization must occur first, as it allows us to compare data on different scales. It can also be called normalization or scaling. Basically, it takes the data on different scales and standardizes the data into a normalized scale. After this, we can cluster, grouping objects into classes of similar objects. Lastly, we have to un-standardize the data again to evaluate it.
I really enjoyed this week and honing in on this new skill!