[R] how to enter frequency type data in R with class intervals

2011-01-30 Thread arindam fadikar
Dear all, Given data of a continuous frequency distribution with class intervals .. how to enter such data so that we can use the normal mean, median and mode functions to calculate them and also can draw histogram .. for example how to enter this data in R Height range[image:

Re: [R] how to enter frequency type data in R with class intervals

2011-01-30 Thread David Winsemius
On Jan 30, 2011, at 5:48 AM, arindam fadikar wrote: Dear all, Given data of a continuous frequency distribution with class intervals .. how to enter such data so that we can use the normal mean, median and mode functions to calculate them and also can draw histogram .. for example how