|
if i have the data set as
seed yield/plant (g)
147.70
136.86
149.97
172.33
144.46
138.30
150.58
140.99
140.57
138.33
224.26
197.50
230.34
217.05
233.84
216.52
211.93
210.37
199.87
214.30
now for this data set i want the grouped frequency distribution.Like
for seed yield
135-145, 154-155, 155-165,165-175, 175-185, 185-195, 195-205, 205-215,
215-225, 225-235 and there frequencies and then I have to prepare a
histogram for this.
|