|
SAS Tutorial | Pareto Charts using SAS – The Vital Few vs. the Trivial Many Learn to visualize, prioritize, and analyze data using Pareto charts. In this SAS How To Tutorial, Cat Truxillo, Director of Analytics Education, explains the Pareto principle (also known as the 80/20 rule). She then demonstrates how to use the PARETO procedure in SAS to create a variety of Pareto charts.
Streaming Analytics with SAS Event Stream Processing | SAS Viya Quick Start Tutorial This Quick Start tutorial introduces you to SAS Event Stream Processing, which enables real-time detection and response to data patterns. You learn how to navigate in ESP Studio, create and manage projects, and deploy them to a live server.
Simulated Annealing (SA) Metaheuristic in SAS Optimization Explore how the Simulated Annealing (SA) metaheuristic enhances SAS Optimization by solving complex problems like the Traveling Salesman Problem. This blog post walks through the algorithm’s logic, benefits, and implementation, showcasing its power to escape local optima and efficiently navigate large solution spaces.
AI Agents and Agentic AI: What’s the Difference? This article clarifies the distinction between AI agents—task-bound, reactive systems—and agentic AI, which operates autonomously with adaptive, goal-driven behavior. Through relatable examples, it explores how agentic AI transforms automation into intelligent partnership, raising important ethical and operational considerations.
Feeling left behind? These AI skills can put you back in the game As generative AI reshapes the job market, this article outlines the essential skills—like prompt engineering, responsible AI, and decision intelligence—that professionals need to stay competitive. Employers now prioritize hands-on experience and real-world AI capabilities over traditional credentials, making practical proficiency the new career currency.
Stirling numbers in SAS This article explores how Stirling numbers—used in combinatorics to count partitions—can be computed and visualized using SAS. It includes practical examples and code for applying these mathematical tools to problems like the coupon collector’s scenario.
A SAS macro technique for running a one-time task Learn how to streamline your SAS programs by using macro logic to execute setup tasks only once per session. This technique prevents redundant operations and improves efficiency by leveraging a flag-based macro structure.
The CYCLEATTRS option in PROC SGPLOT This article demystifies the behavior of the CYCLEATTRS option in SAS's PROC SGPLOT, explaining how it controls graphical attributes when overlaying plots. Through clear examples, it shows how plot type influences default styling and how users can override it for consistent or varied visual presentation.
Fixing Broken Hearts and Macros: A Character Variable Check Discover how to mend your SAS macros and optimize data sets with two handy tools. This article introduces macros that inspect character column lengths and adjust them for cleaner, more efficient data processing.
|