- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 01-07-2022 11:34 AM
(578 views)
Can anyone guide me on how to do descriptive analysis in SAS Viya like finding mean, mode when comparing two attributes on graphs? Is that possible?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
That's a VERY general question.
Of course you can do that, but you can do that in 100 possible ways.
But you post this in the "Visual Analytics" board. Do you absolutely want to do that in VA? It's possible, but it's a bit tedious for me to describe all the steps.
Maybe you can start here (use SAS Studio V = the app for code development) :
- Compare two variables distribution using same axis
https://communities.sas.com/t5/Graphics-Programming/Compare-two-variables-distribution-using-same-ax...
- Visually comparing different data distributions: The spread plot
By Rick Wicklin on The DO Loop June 10, 2013
https://blogs.sas.com/content/iml/2013/06/10/compare-data-distributions.html
Cheers,
Koen