Programming Tips

Strengthen your programming skills with tips and techniques from the experts

Data Visualization | Programming Tips
Lavanya Mandavilli 0
Is it sensitive? Mask it with data suppression

Report data shared by educational institutions, government agencies, healthcare organizations, and human resource departments can contain sensitive or confidential data. Data in such reports are suppressed selectively to protect the identities of individuals or to prevent the report’s audience from easily inferring individual values. The Data Suppression feature in SAS

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
Survival plot with a twist using SGPLOT procedure

Survival plots are automatically created by the LIFETEST procedure.  These graphs are most often customized to fit the needs of SAS users.  One way to create the customized survival plot is to save the generated data from the LIFETEST procedure, and then use the SGPLOT procedure to create your custom

Advanced Analytics | Programming Tips
Patricia Neri 0
Solving Sudoku puzzles using Constraint Programming in SAS Optimization

Most people who work with optimization are familiar with Linear and Integer Programming, to their toolkit they could add Constraint Programming. Constraint Programming is a powerful technique that is used to solve powerful “real-world” problems in a variety of areas, such as, planning, scheduling, DNA Sequencing, computer graphics and natural

1 32 33 34 35 36 65

Back to Top