Hi Team,
How to achieve given below request in sas.
* Mean value and Range of values for numeric fields
• Five lowest and five highest values.
* How to find outliers in SAS column.
Thanks!
Hi @abhityagi
You will find most information you need in the following link : http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p0v0y1on1hbxukn0zqgsp...
The table The Most Common Simple Statistics compares the different procedures that you can use to get what you want.
Try PROC UNIVARIATE
There are examples for most of the things you're asking for here:
@abhityagi wrote:
Hi Team,
How to achieve given below request in sas.
* Mean value and Range of values for numeric fields
• Five lowest and five highest values.* How to find outliers in SAS column.
Thanks!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.