English

Data Visualization
Sanjay Matange 0
Extended Bands

In the Clinical Research domain, there is often the need to display lab values by treatment or test and it is often useful to view this data along with reference lines showing the normal ranges.  The obvious way is to use reference lines to denote the normal ranges. SGPLOT Code: proc sgplot data=band; scatter x=x y=y

Rick Wicklin 0
How to get data values out of ODS graphics

Many SAS procedures can produce ODS statistical graphics as naturally as they produce tables. Did you know that it is possible to obtain the numbers underlying an ODS statistical graph? This post shows how. Suppose that a SAS procedure creates a graph that displays a curve and that you want

Rick Wicklin 0
Using macro loops for simulation

Last week I wrote an article in which I pointed out that many SAS programmers write a simulation in SAS by writing a macro loop. This approach is extremely inefficient, so I presented a more efficient technique. Not only is the macro loop approach slow, but there are other undesirable

Waynette Tubbs 0
Analytics 2012 poster competition deadline!

Poster presentations are a great opportunity to present in a less formal, less stressful format than the full session, but the poster presentation still gives you a great opportunity for professional feedback and a chance to go to a great conference. Well, good news! You still have time to submit

Data Visualization
Sanjay Matange 0
Butterfly plots

When comparing results by category and group,  putting the items to be compared close together usually leads to a graph that is easier to decode.  Take the case of the data (simulated) shown below. Here we have population by age group and sex.  To compare the population by sex, it is

Chris Hemedinger 0
Performance-enhancing SAS notes

With the London 2012 Olympics around the corner, there are sure to be reports or rumors of performance-enhancing drug use among some athletes. It turns out that using manufactured chemicals to give yourself an edge is frowned upon in the athletic community. However, as a SAS user you should avail

Chris Hemedinger 0
Behind the scenes with SAS Visual Analytics

If you've heard anything from SAS in recent months, then you've heard about high-performance analytics and the new SAS Visual Analytics offering. SAS has taken the high-performance analytics message around the world in a series of recent "road shows". From the start, this project has enjoyed a different development process

Buffie Silva 0
Become part of the ‘Circle’

The dictionary defines excellence as the quality or state of excelling or something in which one excels. Here at SAS, we get our definition of excellence from the stories we hear – stories from you, about you. These stories are here – in the SAS Circle of Excellence. The Circle of

Data Visualization
Sanjay Matange 0
Spark lines made easy

Spark lines, made popular by Edward Tufte, provide a way to visualize trends in a concise space, often inline with the rest of the narrative or data. Previously, I posted an article on Spark Plots in which I created different plot types, some of which included multiple graphs and data in each row.  For such

Waynette Tubbs 0
SAS and DataFlux combine for a unified strategy

Earlier this month SAS announced some really big news: DataFlux®, which has delivered market-leading data management solutions to customers for more than a decade, is now fully integrated into the SAS organization. The combination of the two brands helps customers build an integrated information management strategy supporting data management and

Waynette Tubbs 0
SAS Professionals Convention - Make plans now!

I just received this note in my inbox and wanted to make sure you also have all up-to-the-minute details about the SAS Professionals Convention:   Dear SAS Professional, This year's SAS Professionals Convention is just over a week away.  Although we've sold out of tickets for Tuesday, places are still available for

Rick Wicklin 0
Create a contour plot in SAS

When I need to graph a function of two variables, I often choose to use a contour plot. A surface plot is probably easier for many people to understand, but it has several disadvantages when compared to a contour plot. For example, the following statements in SAS/IML Studio displays a

1 273 274 275 276 277 328