Create a frequency distribution
Create a frequency distribution
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.
=> RE: Create a frequency distribution
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