Since tomorrow is How-long-has-it-been-since-you-used-this-data-ween, it’s time to review your organization’s preparedness for preventing the zombie data-pocalypse. (Please Note: This should not be confused with your organization’s preparedness for preventing the zombie apocalypse, for which check out the resources provided by the Centers for Disease Control and Prevention by ever-so-carefully clicking on
Uncategorized
Preventing the zombie data-pocalypse
Square root transformations: How to handle negative data values?
I was looking at someone else's SAS/IML program when I saw this line of code: y = sqrt(x<>0); The statement uses the element maximum operator (<>) in the SAS/IML language to make sure that negative value are never passed to the square root function. This little trick is a real
5 keyboard shortcuts in SAS that will change your life
Okay, given the title of this article, I might be overselling the content a bit. Read on to see if your life will be transformed. I've just returned from SESUG, and this question came up during one of the presentations. While this tip might seem basic, it was news to