data organisation (1 Viewer)

mitch_f1

Member
Joined
May 25, 2005
Messages
152
Location
Nthrn beaches
Gender
Male
HSC
2006
Hey
I have a data set that I need to organise into a frequency distribution table. The data consists of random numbers (it is not discrete, it's continuous data) and I was thinking of grouping the data into groups of like five. But then I got stuck with this:

Say the data was 2.75, 2.5, 2.8, 3.1, and 3

What I would have done is to organise that into 2-3 and then 3-4. But then I have two groups that cover three. How do I fix this?

Thanks
mitch
 

Riviet

.
Joined
Oct 11, 2005
Messages
5,593
Gender
Undisclosed
HSC
N/A
I can see why it's tricky because the data is continuous and up to 2 decimal places. Maybe try groups like 2.01-3, 3.01-4, 4.01-5, etc... which covers every possible 2 decimal number without overlapping.

I hope that helps. :)
 

PC

Member
Joined
Aug 19, 2004
Messages
639
Location
Sydney
Gender
Undisclosed
HSC
N/A
Or something like :

2 < x ≤ 3
3 < x ≤ 4
4 < x ≤ 5, etc

and that sort of stuff. That would cover any value that would come up.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top