If you’re an analyst, you know discovery in a complicated data set is one of the toughest problems to solve. But did you know the Business Knowledge Series course, Exploratory Analysis for Large and Complex Problems Using SAS Enterprise Miner, can help you solve those issues by tackling real-world problems?
Uncategorized
In writing the second edition of SAS Programming in the Pharmaceutical Industry, I knew that I wanted to replace the device-driven SAS/GRAPH figures with the new ODS template-driven graphics procedures. The latest developments in SAS graphics involve the template-driven procedures and tools found in SAS ODS graphics (i.e., ODS Graphics
Would you like to analyze the 9 million lines of Medicare payment data that was recently made public? You'll need lots of luck if you're planning to use Excel ... whereas this is the kind of thing SAS was built for! Here's a sneak-peek at what the text data looks
This week's SAS tip is from Barry de Ville and Padraic Neville's enterprising new book Decision Trees for Analytics Using SAS Enterprise Miner. With their combined vast expertise, De Ville and Neville have created a comprehensive guide to decision tree theory, use, and applications. If you're interested in this week's free
Here's an example that shows SAS is more than just a tool to create analytic graphics - it can also be used to create 'cute' infographics! :) An infographic that recently caught my eye had a fleet of airplanes stretching from overhead out to the horizon, along with some interesting
We are all busy. Between demands from our career, families and communities, I am willing to bet we easily fill the 24 hours we get each day. But sometimes we're in such a rush or so focused on getting our to-do list checked off that we miss out on some
Have you written a popular SAS Global Forum paper? Have you shared a winning case study with your colleagues? Have you talked about a cool, new feature you found in SAS? Well, share it with the world! SAS Press can help you share your knowledge and expertise worldwide. We’ve published
In this tutorial video, you will learn to print a simple listing with Base SAS. You see how to write a PRINT procedure step to display a SAS data set. You also see how to use statements and options to subset observations and variables and enhance the report. Learn
In this SAS tutorial video, learn how to create basic summary reports with descriptive statistics using the MEANS procedure. You will learn how to control the statistics that appear in your reports, and also how to do grouping using classification variables. In this SAS tutorial video, learn how to
The Output Delivery System (ODS) is a very large topic and it can sometimes be difficult to find out if something is even possible from the reference documentation. My new book ODS Techniques: Tips for Enhancing Your SAS Output takes a cookbook approach to various areas in ODS and introduces