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
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.
I got the answer well sir, thanks for the reply
Use Proc Rank with groups=20 and then take the first group.
how would you get the top 5% that appear in the dataset? for various sized groups?
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.