Category: SAS

Copy data and column names from SAS Enterprise Guide

While I’ve often written about how to get your SAS data to Microsoft Excel in some automated way, I haven’t really addressed what’s probably the most frequently used method: copy and paste. SAS Enterprise Guide 7.1 added a nifty little feature that makes copy-and-paste even more useful. The new “Copy […]

The post Copy data and column names from SAS Enterprise Guide appeared first on The SAS Dummy.

Do You KISS Your Line Charts?

Probably you have heard the Keep It Simple Sweetie (KISS) principle stated hundreds of times – mainly because it is true. Keep your message simple and straightforward by removing any unnecessary visual clutter. Your job is to direct the viewer’s attention to what is important about the message. Nothing could be more true with a line chart.

Line charts allow you to see trends over time. …

Post Do You KISS Your Line Charts? appeared first on BI Notes for SAS® Users. Go to BI Notes for SAS® Users to subscribe.

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Marriage and divorce in the US: What do the numbers say?

I’ve heard lots of people quote statistics about marriage & divorce, but the experts don’t always agree on what the data means. So I decided to run the data through a SAS graphical analysis, and see what the numbers say … Before we get into the numbers though, let’s have a […]

The post Marriage and divorce in the US: What do the numbers say? appeared first on The SAS Training Post.

Unix Command-Line Top 10

If you are introduced to command-line Unix (or Linux or any other Posix-compliant variant) after a lifetime of Windows, it can be a daunting experience. To those thrust into this position, I always offer my top “ten” most useful commands to begin getti…

Using Lua within your SAS programs

With apologies to this candy advertisement from the 1980s: “Hey, you got your Lua in my SAS program.” “You got your SAS code in my Lua program!” Announcer: “PROC LUA: Two great programming languages that program great together!” What is Lua? It’s an embeddable scripting language that is often used […]

The post Using Lua within your SAS programs appeared first on The SAS Dummy.

Creating a better graph to show trade deficit

I recently saw a cool graph showing the US import/export trade deficit. But after studying it a bit, I realized I was perceiving it wrong. Follow along in this blog, to find out what the problem was, and how I redesigned the graph to avoid it. I was looking through dadaviz.com […]

The post Creating a better graph to show trade deficit appeared first on The SAS Training Post.

Map of US domestic cannabis eradication

In my quest for interesting data to graph, I found some Drug Enforcement Administration (DEA) data on US domestic cannabis eradication. Does the data say anything interesting? Read on to find out! … While doing some searches for other data, I happened across a table on the DEA website titled […]

The post Map of US domestic cannabis eradication appeared first on The SAS Training Post.