- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 02-18-2015 05:24 AM
(1390 views)
to find out the top 5% in sas, i have three variables camp_name, email_addr, CTR(click through rate) in percentage format
witin campaign i have A,B C, D
campaign $ Email_addr $ CTR;
A SFJHFK@KJFK.COM 100%
A SFGGFK@KJFK.COM 100%
LIKE 1000 OBSER FOR EVERY CAMPAIGN.
I WANT TO CALCULATE THE FIRST TOP 5 PERC OF CTR FOR EVERY CAMPAIGN
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Please don't use capitals. By top 5%, what do you meant, the first 5% of records which appear in the dataset for each campaign, or something else. Please provide test data and required output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I got the answer well sir, thanks for the reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Use Proc Rank with groups=20 and then take the first group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
how would you get the top 5% that appear in the dataset? for various sized groups?