Create a frequency distribution

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
jeb
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Create a frequency distribution

Post by jeb » Tue May 08, 2001 5:31 pm

I would like to create a frequency distribution on a data field [e.g., age], calculate the percentage that each age frequency [count] is of the total number of records [~2800], and then have a third column on the printout showing the cumulative percentage for each age.____Any help would be appreciated.____Thanks.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Create a frequency distribution

Post by kfleming » Thu May 10, 2001 7:50 am

To do this you need to make the grand total pre-processed. You can then create calculations using that total to get the percentage.____Kathleen__R&R Support

Post Reply