English

Rick Wicklin 0
The UNIQUE-LOC trick: A real treat!

When you analyze data, you will occasionally have to deal with categorical variables. The typical situation is that you want to repeat an analysis or computation for each level (category) of a categorical variable. For example, you might want to analyze males separately from females. Unlike most other SAS procedures,

Kelly Levoyer 0
Students showcase analytics research

One great element of SAS’ Analytics2011 conference (not a SAS Users Group conference, but a great place for SAS users to find information about using SAS) is how it gives students a platform to showcase their work in analytics. Every year, hundreds of posters are submitted outlining innovative applications and research

Rick Wicklin 0
Video: Calling R from the SAS/IML Language

In SAS/IML 9.22 and beyond, you can call the R statistical programming language from within a SAS/IML program. The syntax is similar to the syntax for calling SAS from SAS/IML: You use a SUBMIT statement, but add the R option: SUBMIT / R. All statements in the program between the