August 13, 2007 at 1:07 pm
Finding the quartile marks for top and bottom quartile simply requires using either count(*) / 4 OR (3 * count(*)/4) instead of count(*)/2. and the work is done, no?
August 13, 2007 at 1:23 pm
August 13, 2007 at 1:52 pm
August 14, 2007 at 2:26 am
Thank you Bledu for your helpful posts.
You have shown me how to calculate the quartiles for the whole dataset.
This solves part of the problem, but there is more. In my previous post I included a table labelled 'Required result', where you will see that I need to calculate the quartiles for each combination of Venue and Date.
Any suggestions on how to do this would be greatly appreciated.
Regards
Tom
August 14, 2007 at 9:43 am
August 14, 2007 at 10:02 am
Viewing 6 posts - 16 through 20 (of 20 total)
You must be logged in to reply to this topic. Login to reply