There are quite a few first timers at SAS Global Forum 2011, and I’m one of them. As a first timer, it can be tricky to navigate all of the opportunities that are available, but the First Timers’ Session, held earlier Monday, helped to plot ways for first timers to
English
The federal government is more aggressively pursuing health care fraud, and helping the states do the same, by proposing funding changes and investing in new technologies. A newly proposed rule would allow 90% Federal Financial Participation (FFP) for data mining initiatives in state Medicaid Fraud Control Units (MFCU’s). Another proposed
Contributed by Debbie Buck, SAS Global Forum Conference Chair SAS users from around the world are in Las Vegas this week for SAS Global Forum. Attendees are continuing to register, but the official count as of last night was 3,335 of whom 25% are here from outside the US. Why
~Contributed by Stacy Hobson, Director of Customer Retention, SAS~ While you are at the SAS Support and Demo Area, watch for the red vests. You are going to want to meet the SAS Customer Loyalty team wearing them, as they will have a wealth of resources available to you. The
Suppose that friendship is a 2-way relationship: Either two people are friends with each other, or they are not. (By this definition, X cannot be a friend of Y if Y is not a friend of X. Also, you cannot be a friend of yourself -- no matter how attractive
Contributed by Vince DelGobbo, SAS R&D Software Developer Rule #1: Keep your money in your pocket or your purse. With that settled, we can move on to more important matters. One key to success at SAS Global Forum is to be organized. Before you get to Vegas, spend some time
Yesterday I was in the Big Room for the rehearsal of the Technology Connection, the part of SAS Global Forum where SAS shows off its wares: what's been released recently and what's coming. I believe that customers are going to love what they see. And just about every product that
In my article on computing confidence intervals for rankings, I had to generate p random vectors that each contained N random numbers. Each vector was generated from normal distribution with different parameters. This post compares two different ways to generate p vectors that are sampled from independent normal distributions. Sampling
While talking to fellow SAS users at SAS Global Forum 2011 this week, I'll be discussing how SAS programmers can "play" with social media data that they can access on Facebook and Twitter. I always refer people to my blog for more information, and so I've prepared this blog post
This morning Rick Wicklin announced his (hostile?, nah...) takeover of the technical blog space at SAS. I'll admit that it took me by surprise when I awoke in Siberia this morning. It's so cold here; I can't feel my fingers as I type. This is probably a punishment for the
Editor's Note: This article was an April Fool's prank from 2011. The entire article is fake. Today, SAS, the leader in business analytics announces significant changes to two popular SAS blogs, The DO Loop (written by Rick Wicklin) and The SAS Dummy (previously written by Chris Hemedinger). The two blogs
Rick is another guy I've gotten to know through the SAS users group community, mainly through mutual work with the NorthEast SAS Users Group (NESUG), where's held various leadership positions, including that of conference chair. I wish I had his stamina and motivation. Wait until you find out what he
I've had the pleasure of knowing Andy Kuligowski for years through our mutual work with local and regional SAS users groups. He's a huge hockey fan, and he's not afraid of rats, snakes or alligators (more about that later). His sense of humor is also famous. Read on to learn
"Twitter, thou art nought but data." So sayeth the SAS programmer. Many data analysts now recognize Twitter for what it is: a tremendous source of data covering almost any topic, from Justin Bieber's hair to political uprisings to technical conferences to company brands. SAS offers sophisticated solutions to harness this
This week, I posted the 100th article to The DO Loop. To celebrate, I'm going to analyze the content of my first 100 articles. In December 2010, I compiled a list of The DO Loop's most-read posts, so I won't repeat that exercise. Instead, I thought it would be interesting
Let’s start with a quiz. Which of the following is the Programmer’s Rule # 1? 1. Expert knowledge of multiple languages, like SAS and Java 2. Talent to maneuver with complex algorithms 3. Innate ability to draw flowcharts 4. None of the above Dear reader, as a savvy programmer, you
SAS Global Forum appreciates the support of its sponsors. I asked a Red Hat representative some questions so that we could get to know this valued Gold sponsor better. 1. What initiatives or goals are you trying to achieve by partnering with SAS? To help SAS and its customers exploit
In a previous post, I described how to compute means and standard errors for data that I want to rank. The example data (which are available for download) are mean daily delays for 20 US airlines in 2007. The previous post carried out steps 1 and 2 of the method
Many SAS users love "undocumented features" within SAS software that they have found or heard about. Sometimes they can be really useful, and the fact that they are undocumented adds to the mystique. Some users have written entire conference papers on the subject. After 35 years of evolution, SAS contains
SAS Global Forum appreciates the support of its sponsors. I asked a Teradata representative some questions so that we could get to know this valued Premier sponsor better. 1. Can you provide some background information on the Teradata Corporation? Teradata is the world’s largest company focused solely on raising intelligence
When you create a character matrix in SAS/IML software, the initial values determine the number of characters that can fit into any element of the matrix. For example, the following statements define a 1x3 character matrix: proc iml; m = {"Low" "Med" "High"}; After the matrix is defined, at most
I recently posted an article about representing uncertainty in rankings on the blog of the ASA Section for Statistical Programmers and Analysts (SSPA). The posting discusses the importance of including confidence intervals or other indicators of uncertainty when you display rankings. Today's article complements the SSPA post by showing how
I believe I would have interviewed AnnMaria De Mars even if you hadn't sent me scads of e-mails and tweets suggesting her as a perfect candidate for the SAS Rock Stars series. I "met" AnnMaria when I started looking for SAS users on Twitter – nearly three years ago while
I recently blogged about how to eliminate a macro loop in favor of using SAS/IML language statements. The purpose of the program was to extract N 3x3 matrices from a big 3Nx3 matrix. The main portion of my PROC IML program looked something like this: proc iml; ... do i=0
Marje Fecht has been an active SAS User and SAS Conference participant and leader for over 30 years. This year, she is the Section Chair for the brand new Enterprise Guide Section and for the Travel, Hospitality, and Entertainment section. She has provided some great highlights on these sections.. Do
SAS procedure SUMMARY is a quick method of converting your detail table to a fully summarized one. Included is a sample. The key option to set is the NWAY - this generates the lowest level of summary for use in the OLAP cube. Essentially - the class statement contains all
In the computer software industry, 35 years is like an eon. I mean, 35 years ago, the computing power that I carry around within my mobile phone didn't even exist all in one place; but if it did, it would have filled an entire building. That's why the recent posting