Does your dashboard measure up?

Information Dashboards were the hot topic a few years ago, but the hype seems to have died down lately. A good dashboard is still a very useful way to summarize, analyze, and share data – so I thought I’d re-visit the topic, and try to improve an old d…

Simple Proc Print trick for grouped data

Here’s a Proc Print trick for grouped data. Suppose your data is divided into groups, such as males and females. You could sort by the grouping variable before printing, like this: Suppose you want to better emphasize the groups. You could add a BY sta…

When are the fall leaves at their peak?

One of the great things about living in an area that has seasons is you get to see the leaves change colors in the fall. If you’re a big fan of seeing the leaves at their peak, you could actually travel around the country and see the leaves at their [….

3 freaky ways PROC FREQ can work in your favor

A ghoulish Halloween Boo to all my readers! Hope my costume freaks you out, but even if it doesn’t, I’m positive PROC FREQ will in a few amazing ways! Today’s Programming 2: Data Manipulation Techniques class asked about the power of PROC FREQ. Since I stopped to explain some of it’s benefits to […]

The post 3 freaky ways PROC FREQ can work in your favor appeared first on SAS Learning Post.