BookmarkSubscribeRSS Feed
mrob
Calcite | Level 5

Hi,

 

i have a data set which has variable X as (3-, 4+, 5, 5- and so on).

i want to do a proc freq based on  variable X - but the output should be based on like a reference data of X i.e. (0, 1+, 2- etc.) .

 

Given 0, 1+, 2- are not in dataset so the desired output will be;

 

variable frequency percent cumulative frequency cumulative precent

0

1+

2-

3-         4                   10%       4                              10%

4+        5                   3%          9                              13%

 

 

Thanks

Rob

1 REPLY 1
How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1013 views
  • 0 likes
  • 2 in conversation