Uncategorized

Data Visualization
Dan Heath 0
They go where you put them

An issue that SAS/GRAPH users have wrestled with in the past has been how to put tick marks at irregular intervals on their axes. In PROC GPLOT, if you specify irregular intervals using the ORDER option on the AXIS statement, the procedure’s axis kicks into a “discrete” mode, where the

Shelly Goodin 0
The 10 most popular SAS Documentation titles of 2011

How many of you routinely refer to SAS Documentation? Are there some heavy hitters you continuously turn to? When looking at the high traffic to documentation pages on the support.sas.com site in 2011, it's evident that some titles are definitely resonating with SAS users. As promised (in a recent post on the 9 Bestselling SAS

Anne-Lindsay Beall 0
Good advice from Northern Tool

At the NRF BIG Show, I had the opportunity to sit down with Chuck Albrecht, President and COO, Northern Tool and Equipment Company to ask him the best advice he’s ever been given (more on that later), his thoughts on the craziest innovations he saw at the show, and Northern

Rick Wicklin 0
Compute a running mean and variance

In my recent article on simulating Buffon's needle experiment, I computed the "running mean" of a series of values by using a single call to the CUSUM function in the SAS/IML language. For example, the following SAS/IML statements define a RunningMean function, generate 1,000 random normal values, and compute the

Leo Sadovy 0
Metrics for the subconscious organization

Think about what it’s like to learn to ride a bicycle, or play the piano, or hit a fast ball, or to coach a group of middle schoolers to do the same. If asked to explain how you stay balanced on a bicycle, you probably couldn’t do it. If you

Anne-Lindsay Beall 0
The art and science of pricing

A standing room only crowd gathered at the NRF BIG Show on Monday afternoon in New York to hear Winn-Dixie VP Chris Vukich share how this $7 billion regional grocer has achieved a successful pricing strategy that allows them to: See the impact of each price change. Create what-if scenarios. Model

Learn SAS
Shelly Goodin 0
SAS author’s tip: Bubble plots in PROC GPLOT

Robert Rutledge's book Just Enough SAS is the source of this week's SAS tip. It would be easy to turn almost any page of Robert's book into a stand-alone tip. However, today my attention was drawn to two side-by-side pages. One features a PROC GCHART pie chart (and includes a DONUT statement) and the other

Anne-Lindsay Beall 0
Markdowns: Don't lose your shirt

At the NRF BIG Show in NYC this week, one of the hottest topics is what retailers can do with high-performance analytics.  One major retailer has been able to determine optimal prices for as many as 270 million items each week, from 30 to two hours, run advanced markdown optimization

Anne-Lindsay Beall 0
BIG news from the NRF BIG Show

What brings more than 20,000 retailers to NYC in mid-January? I can promise you, it’s not the balmy 15 degree temperatures --  it’s the 101st NRF BIG SHOW, where SAS is a platinum sponsor. This is my first year attending this event – and it’s a bit overwhelming, so here’s a

Rick Wicklin 0
Reading ALL variables INTO a matrix

The SAS/IML READ statement has a few convenient features for reading data from SAS data sets. One is that you can read all variables into vectors of the same names by using the _ALL_ keyword. The following DATA steps create a data set called Mixed that contains three numeric and

Rick Wicklin 0
Overlay density estimates on a plot

A recent question on a SAS Discussion Forum was "how can you overlay multiple kernel density estimates on a single plot?" There are three ways to do this, depending on your goals and objectives. Overlay different estimates of the same variable Sometimes you have a single variable and want to

Learn SAS
Sean Gargan 0
SAS OnDemand and great practice data

You know the old joke about the guy who jumps into a taxi and asks the driver, “Do you know how to get to Carnegie Hall?” and the driver replies, “Practice, practice, practice”.  Well SAS OnDemand may not be your ticket to Carnegie Hall but it’s a great practice environment

Rick Wicklin 0
How to lie with a simulation

In my article on Buffon's needle experiment, I showed a graph that converges fairly nicely and regularly to the value π, which is the value that the simulation is trying to estimate. This graph is, indeed, a typical graph, as you can verify by running the simulation yourself. However, notice

Mary Beth Steinbach 0
3 SAS books win STC awards

As we wrapped up 2011 and began preparing for 2012, we were notified by the Society for Technical Communication, Carolina Chapter, that three SAS Press books received awards in the 2011-2012 competition. We submitted these three entries this past November, and are thrilled that all three submissions won awards. Multiple

Mike Gilliland 0
Myers-Briggs Type Indicator for forecasters

Have you taken the Myers-Briggs Type Indicator (MBTI) assessment?  It is a psychological test wherefrom you are classified on Extraversion vs. Introversion, Sensing vs. Intuition, Thinking vs. Feeling, and Judging vs. Perceiving.  I, along with roughly 15% of the population, come out an ISTJ or "Guardian Inspector" (the single largest

Data Visualization
Sanjay Matange 0
In good company

A recent post on the SAS website shows the SAS Annual Revenue History.  It would be interesting to see how we could create such a graph using SG procedures, and how we could add more information and interest in the presentation.  So, I started with the basic informaiton on the annual revenues provided,

1 247 248 249 250 251 311