© Copy Right: Rai University
11.556 85
RESEARCH METHODOLOGY
Selection of a Simple Random Sample
As we all know Simple Random Sample refers to that method of selecting a sample in which each and every unit of population isgiven independent and equal chance to be included in the sample.But, Random Sample does not depend only upon selection of units but also on the size and nature of the population.One procedure may be good and simple for a small sample but itmay not be good for the large population.Generally, the method of selecting a sample must be independentof the properties of sampled population.Proper precautions should be taken to ensure that your selectedsample is random. Although human bias is inherent in anysampling scheme administered by human beings.Random selection is best for two reasons - it eliminates bias andstatistical theory is based on the idea of random sampling.We can select a simple random sample through use of tables of random numbers , computerized random number generator orlottery method . Thus, the three methods of drawing simplerandom sample are:
•
Mechanical method and using tables of random numbers,
•
sealed envelopes (lottery system) etc.
Lottery Method
This is the simplest method of selecting a random sample.We will illustrate it by means of example for betterunderstanding:Suppose, we want to select “r” candidates out of “n”. We assign the numbers from 1 to n i.e to each and everycandidate we assign only one exclusive number. These numbersare then written on n slips which are made as homogeneous aspossible in shape, size, colour, etc.These slips are then put in a bag and thoroughly shuffled andthen “r” slips are drawn one by one. The “r” candidatescorresponding to numbers on the slips drawn will constitute arandom sample.This method of selecting a simple random sample is independentof the properties of population. Generally in place of slips youcan use cards also. We make one card corresponding to one unit of population by writing on it the number assigned to that particularunit of pipulation. The pack of cards is a miniature of populationfor sampling purposes. The cards are shuffled a number of timesand then a card is drawn at random from them. This is one of themost reliable methods of selecting a random sample.
Mechanical Randomisation or Random NumbersMethod
The explained method of lottery is very time consuming andcumbersome to use if population is very large.Therefore the most practical and inexpensive method of selecting a random sample consists in the use of RandomNumbers Tables, which has been constructed that each of thedigits 0,1,2,3,4,5,6,7,8,9 appear with approximately the samefrequency and independently of each other.If we have to select a simple random sample from a populationof size N(d”99) then the numbers can be combined two by twoto give pairs from 00 to 99.Similarly if Nd”999 or Nd”9999 and so on, then combining thedigits three by three ( or four by four and so on ), we get numbersfrom 000 to 999 or (0000 to 9999) and so on. Since each of thedigits 0,1,2,3,4,5,6,7,8,9 appear with approximately the samefrequency and independently of each other, so does each of thepairs 00 to 99 or triplets from 000 to 999 or quadruplets 0000 to9999 and so on .Thus, the method of drawing the random sample consists in thefollowing steps:i.Identify the N units in the population with the numbersfrom 1 to Nii.Select at random, any page of the random number tables andpick up the numbers in any row or column or diagonal atrandom.iii.The population units corresponding to the number of unitselected in step (ii) comprise the random sample.I will tell you about the different sets of random numberscommonly used in practice. The numbers in these tables havebeen subjected to various statistical tests for randomness of aseries and their randomness has been well established for all practicalpurposes.1.Tippets (1927) Random Number Table: (Tracts forcomputers No. 15 Cambridge University Press)Tippet number tables consist of 10,400 four digitednumbers, giving in all 10,400 x 4 , i.e.,41600 digits selected atrandom from the British Census Report.2.Fisher and Yates (1938) Tables (in statistical tables forbiological, Agricultural and Medical Research) comprise15,000 digits arranged in twos. Fisher and Yates obtainedthese tables by drawing numbers at random from 10
th
to 19
th
digits of A.S.Thomson’s 20- figure logarithmic tables.3.Kendall and Babington Smith’s (1939) random tables consistof 1,00,000 digits grouped into 25,000 sets of 4 digitedrandom numbers (Tracts for computers No. 24 CambridgeUniversity Press)4.Rand Corporation (1955) (free oress, Illinois) randomnumber tables consist of one million random digitsconsisting of 5 digits each.5.TI-82: Generating Random NumbersYou can generate random numbers on the TI-82 calculator usingthe following sequence. N is the number of different values, whichcould be, and S is the minimum number.int (N*rand+S)If you have two values (A and B) that you need random numbersbetween, then you can generate them using the following formuleN=B-A+1int (N*rand+A)Notice it is B-A+1 not B-A. Everyone agrees there are 10 numbersbetween 1 and 10 (inclusive). But, if you take 10-1, you get 9, not10. Also, in the formula above, replace the N by the actual numberof different values.Since the calculator remembers the last formula put in, and evaluatesit when you hit enter, to generate more random numbers, just hit
Leave a Comment