English

Advanced Analytics
Rick Wicklin 0
The module that vanished

Recently, I needed to detect whether a matrix consists entirely of missing values. I wrote the following module: proc iml; /** Module to detect whether all elements of a matrix are missing values. Works for both numeric and character matrices. Version 1 (not optimal) **/ start isMissing(x); if type(x)='C' then

Chris Hemedinger 0
Blogs by SAS Community - Google Reader Bundle

Here is my published Google Reader bundle that contains all of the SAS- or analytics-related blogs that are maintained by customers or others in the SAS community (excepting those by SAS employees, for which I have a different bundle). Blogs by SAS Customers AFHood Analytics Group - Blogs AnnMaria's Blog

Waynette Tubbs 0
Diane Hatcher has SASonality

In this ongoing series about people with SASonality, today’s introduction is Diane Hatcher, a Solutions Architect from SAS Technology Practice. Diane and I had exchanged e-mails many times before meeting face-to-face for the first time at SESUG 2010. Every time I passed through the SAS Solutions Center, I noticed that

Analytics
Robert Latham 0
Build vs. Buy

It seems like each week brings news announcing yet another software vendor acquisition by one of the giant software conglomerates. This approach of purchasing a specific capability to fit into the ever growing portfolio of technology does not show signs of stopping in the near future. Matter of fact, several

1 304 305 306 307 308 326