Posts Tagged ‘ visualization ’

100% stacked bar chart in SAS’s SGPLOT

July 5, 2012
By

A 100% stacked bar chart is useful for comparing the relative frequencies of an m x n table where frequencies in m are very different. While this is easy to do in Excel, SAS requires an extra step, which you … Continue reading →
Read more »

Tags: , , , , ,
Posted in SAS | Comments Off

Too many pies can be hard to digest

December 12, 2011
By
Too many pies can be hard to digest

On his SAS and R blog, Ken K. recently posted an example of a visualization technique called "small multiples". In this exercise, Ken shows the programming technique for replicating a particular series of pie charts in R as well as in SAS. It's a useful exercise to learn from, but
Read more »

Tags: , , ,
Posted in SAS | Comments Off

Pivot tables and Cheezy Graphs? No more…

February 16, 2010
By

As any good analyst knows, working with data is not the problem. Good analysts have the skill necessary to combine, split, merge, slice, aggregate, or summarize data any way you can imagine. However, is that enough? Probably not.. What good does data do if you can’t communicate its meaning in a logical way. The...
Read more »

Tags: , , , , , , , , , , , , , , , , , ,
Posted in SAS | Comments Off

encoding data points for use with google charts api calls

June 1, 2009
By
encoding data points for use with google charts api calls

first step, build encoding tables based on the documentation: data encSimple encEnhanced; s='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-.'; format raw 8. enc $8.; raw=.; enc='_'; output encSimple; enc='__'; output encEnhanced;...
Read more »

Tags: , , ,
Posted in SAS | Comments Off

encoding data points for use with google charts api calls

June 1, 2009
By

first step, build encoding tables based on the documentation: data encSimple encEnhanced; s='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-.'; format raw 8. enc $8.; raw=.; enc='_'; output encSimple; enc='__'; output encEnhanced;...
Read more »

Tags: , ,
Posted in SAS | Comments Off

frustrations with dashboarding in sas 9.1.3

April 29, 2009
By

I’ve gone through the work of creating a dashboard using SAS/GRAPH and summary data sets. I’ve got my autoexec to re-build the dashboard on a daily basis, which takes roughly 5 minutes each morning. it works. but not really. the main issue is that...
Read more »

Tags: , , , ,
Posted in SAS | Comments Off

frustrations with dashboarding in sas 9.1.3

April 29, 2009
By

I've gone through the work of creating a dashboard using SAS/GRAPH and summary data sets. I've got my autoexec to re-build the dashboard on a daily basis, which takes roughly 5 minutes each morning. it works. but not really. the main issue is that it
Read more »

Tags: , , ,
Posted in SAS | Comments Off

Santa and SAS Again: Santa’s Dashboard

December 18, 2008
By
Santa and SAS Again: Santa’s Dashboard

(santaDashBoard.png, With permission by Mr. Robert Allison) Merry Christmas again. SAS marketing staff started up an interesting Christmas campaign on how Santa operates his workshop. Here is another wonderful work about Santa’s Dashboard, created by SAS senior R&D staff, Robert Allison. Robert is a master of graphics and visualization. You can view his SAS/Graph examples in...
Read more »

Tags: , , , , , ,
Posted in SAS | Comments Off

Welcome!

SAS-X.com offers news and tutorials about the various SAS® software packages, contributed by bloggers. You are welcome to subscribe to e-mail updates, or add your SAS-blog to the site.

SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration.