Tag: Uncategorized

Reading Hierarchical Data – Part 3

This post is the third and final in a series that illustrates three different solutions to “flattening” hierarchical data.  Don’t forget to catch up with Part 1 and Part 2. Solution 2, from my previous post, created one observation per header record, with detail data in a wide format, like […]

The post Reading Hierarchical Data – Part 3 appeared first on The SAS Training Post.

The one piece of advice everyone in analytics needs to hear

I was recently asked why I would recommend my new class, Explaining Analytics to Decision Makers:  Insights to Action.  The answer goes back to some great advice, a lunch of eggplant parmesan and in another more twisted way, to what was ironically affectionately known as the “bomb plant.” Early in […]

The post The one piece of advice everyone in analytics needs to hear appeared first on The SAS Training Post.

Five things a SAS user should know this week

Note: This blog post is cross-posted from the Key Happenings blog. Going forward, posts about changes to support.sas.com will appear here, in the SAS User’s blog. Enjoy! 5 — SAS 9.4 M3 and 14.1 are available 4 — Communities will go to read-only status from August 31 – September 7 […]

Five things a SAS user should know this week was published on SAS Users.

Reading hierarchical data – Part 2

This post is the second in a series that illustrates three different solutions to “flattening” hierarchical data. Solution 1, from my previous post, created one observation per header record, summarizing the detail data with a COUNT variable, like this: Summary Approach: One observation per header record   Obs Family Count […]

The post Reading hierarchical data – Part 2 appeared first on The SAS Training Post.

Reading hierarchical data – Part 1

A family and its members represent a simple hierarchy.  For example, the Jones family has four members: A text file might represent this hierarchy with family records followed by family members’ records, like this:   The PROC FORMAT step below defines the codes in Column 1: proc format; value $type […]

The post Reading hierarchical data – Part 1 appeared first on The SAS Training Post.

Flexibility of SAS Enterprise Miner

Do you use an array of tools to perform predictive analytics on your data? Is your current tool not flexible enough to accommodate some of your requirements? SAS Enterprise Miner may be your solution. With growing number of data mining applications, having a tool which can do variety of analysis […]

The post Flexibility of SAS Enterprise Miner appeared first on The SAS Training Post.

How is electricity generated in your state?

I recently saw an article on washingtonpost.com showing what methods are used to generate electricity in each state. The data was interesting enough that I decided to try my hand at graphing and mapping it with our SAS software. Read along to see what I kept the same, and what […]

The post How is electricity generated in your state? appeared first on The SAS Training Post.

What areas do venture capitalists invest in medical research?

The Wall Street Journal recently published a study of the top 17 medical areas (or body parts) that venture capitalist investments are likely to benefit. They used graphs to summarize the results, but “the graph guy” in me just couldn’t resist trying to improve them. Did my improvements help? – […]

The post What areas do venture capitalists invest in medical research? appeared first on The SAS Training Post.