Got Data? Teaching SAS Programming for the Real World

For students to become capable data analysts, they need experience that they can take with them into the real world after graduation.  By far the most critical skill for their toolkit is learning to work with real-life data. Therefore, it is important from a teaching standpoint that instructors provide students […]

The post Got Data? Teaching SAS Programming for the Real World appeared first on SAS Learning Post.

Apply color to PROC REPORT

Highlight a row: compute __stresc;  if index(__stresc,’>’) then call define(_row_,”style”,”style={backgroundcolor=red}”);endcomp;Highlight a cell: compute __stresc;   if index(__stresc,’>’) then call define(_col_,”style”…

Don’t ignore the next great analytic competitive advantage

This guest post was written by Andy Pulkstenis, Director of Advanced Analytics for State Farm Insurance. He leads a team of advanced analytics professionals providing statistical analysis and predictive modeling support for the enterprise across a variety of business units. His background includes more than a decade of experience improving […]

The post Don’t ignore the next great analytic competitive advantage appeared first on SAS Learning Post.