Simple Random Sample
Suppose that we want to select a sample of size n objects from a population of N objects. A simple random sample is selected such that every object has an equal probability of being selected and the objects are selected independently—the selection of one object does not change the probability of selecting any other objects.Simple random sampling can be implemented in many ways. We can place the N population items—for example, colored balls—in a large barrel and mix them thoroughly. Then from this well-mixed barrel w can select individual balls from different parts of the barrel. In practice, we often use random numbers to select objects that can be assigned some numerical value. Various statistical computer software and spreadsheets have routines for obtaining random numbers, and these are generally used for most sampling studies.
To see how to use random number table, suppose that we have 100 employees in a company and wish to interview a randomly chosen sample of 10. We could get such a random sample by assigning every employee a number of 00 to 99, consulting a Random Number Table, and picking a systematic method of selecting two-digit numbers. In this case, let’s do the following:
Go from the top to the bottom of the columns beginning with the left-hand column, and read only the first two digits in each row.
No comments:
Post a Comment