If you use SAS Visual Analytics and don’t have the SAS Visual Analytics app, you're missing out on a ton of convenience and interaction you could be having while on-the-go. This post outlines the app highlights.
Tech
Do you want to insert blank rows into your TABULATE procedure tables? Here's a SAS sample and two other methods that will get the job done.
How can you use analytics to design better biopsies and improve outcomes? This high school student has some ideas, and she presented them at Analytics Experience 2018.
This post goes through the steps to build complex models in SAS Model Studio and publish and run them to Hadoop in SAS Viya.
Learn how to create measures with different levels of aggregation through selective filtering in SAS Visual Analytics. This post illustrates selective filtering through a "Customer Penetration" example.
How can SAS Grid Manager and SAS Viya work together to process massive volumes of data? Get answers to common questions about how the two interact in this blog post.
How to count words in SAS with the COUNT functions, and concatenate strings by using the CAT functions. Use these tips to modernize your SAS code!
Dynamic programming is a powerful technique to implement algorithms, and is often used to solve complex computational problems. This article shows how to use PROC FCMP to implement the "edit distance" algorithm.
Did you know that the call for content is now open for SAS Global Forum 2019? Get the details and see why next year's Conference Chair MaryAnne DePesquo is excited about the big event in Dallas, Texas, April 28-May 1, 2019.
Visualization of data density estimation, which is often used in statistical analysis and machine learning, will show the data’s characteristics like distribution, skewness and modality, etc. Commonly-used data density visualizations include boxplot, histogram, kernel density estimates, and some other plots. This blog post visualizes the kernel density estimates superimposing on histogram using SAS Visual Analytics.