Uncategorized

Customer Intelligence
John Balla 0
The 12 Days of Marketing

I am one of those people that frequently walks around with a soundtrack playing inside my head, and during the holidays it usually involves Bing Crosby or Nat King Cole crooning about snow or jingle bells. It might involve grandmas getting run over by reindeer, or the female sensation du

Advanced Analytics
Mike Gilliland 0
In Defense of Outliers

If outliers could scream, would we be so cavalier about removing them from our history, and excluding them from our statistical forecasting models? Well, maybe we would – if they screamed all the time, and for no good reason. (This sentiment is adapted from my favorite of the many Deep

Analytics
Rachel Alt-Simmons 0
The soul of analytics redux!

A few days ago, I wrote a post on the "soul" of analytics - basically the careful balance we need to keep between qualitative and quantitative decision-making. I asked others to post their experiences and perspective, and I was fortunate enough to begin a "dia-blog" with Colonel Jim Markley, Director

Chris Hemedinger 0
This list goes to 11

It's almost 2011, so let's reflect on the top 11 posts (by number of visits in 2010) on this blog. Not all of these posts were written in 2010; in fact, some of these date back to 2007. But apparently they are oldies and goodies. 1. SAS 9.2 and SAS

Angela Hall 0
Program formatting in Enterprise Guide 4.3

As Chris Hemedinger has written in several of his blog posts, SAS Enterprise Guide 4.3 has many more formatting options. I particularily enjoyed the 'CTRL-i' option to reformat SAS code with indents and carriage returns to make my programs even more readable. The 'CTRL-e' and 'CTRL-SHIFT-e' keyboard shortcuts are also

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

Angela Hall 0
Using Stored Processes to Improve Information Maps

Integrating Stored Processes into Information Maps can improve process performance as well as provide extra flexibility and complete query generation control. In order to showcase how powerful this combination is, I am presenting this topic during a SAS Talks webinar session this Thursday, December 16th. The scope of the example will

1 274 275 276 277 278 311