In which sampling method all units of the population are required to be numbered?

Objectives

By the end of this lesson, you will be able to...

  1. obtain a simple random sample
  2. describe the difference between the stratified, systematic, and cluster sampling techniques 
  3. identify which sampling technique was used 
  4. etermine an appropriate sampling technique given a situatio
  5.  obtain a stratified, systematic, or cluster sample 

For a quick overview of this section, watch this short video summary:

The next section we want to discuss is how to pick a "random" sample from a population. Even more-so - what does it mean to be "random"?

Why do we sample?

Let's suppose we want to know what ECC students think about parking on campus. It isn't possible to ask every single student, so instead we try to get a sample of students. One important characteristic that this sample must have is that it must be representative of the entire student body. (In other words, we can't have all Culinary Arts students, or all students that are fresh from high school.)

In this section and Section 1.4, we'll introduce several sampling strategies: simple random, stratified, systematic, and cluster.

Simple Random Sampling

The first type of sampling, called simple random sampling, is the simplest. Here's the textbook definition:

A sample of size n from a population of size N is obtained through simple random sampling if every possible sample of size n has an equally likely chance of occurring.

OK, so maybe that didn't sound simple. Essentially, in order to qualify as a simple random sampling process, each sample must be equally likely. You've probably already used this method without knowing it.

In which sampling method all units of the population are required to be numbered?

Let's suppose you want to select a sample of 4 people from a group of 12 (see image above). Here are some common ways to select a simple random sample:

  • write everyone's name on a slip of paper and draw four from a hat
  • write all possible samples of size four on slips of paper and draw one from a hat
  • number each individual and use technology to randomly select four integers between 1 and 30

Practically, the first two lost their effectiveness with large groups, so we'll be focusing on the latter method.

With our example of a sample size 4 from a population of 12, we might use technology to select four random integers between 1 and 12. Say we get 2, 5, 8, and 10. Our sample would then look this this:

In which sampling method all units of the population are required to be numbered?

For another take, watch this YouTube video by Steve Mays.

Random

In which sampling method all units of the population are required to be numbered?

The only thing left to do, then, is to generate a random number. But how do you do that? Just pick a number from your head?

For a good explanation, watch this video from Clive Rix, at the University of Leicester in England.

OK, then how do we actually generate a random number? The "Technology" box below shows how to generate what are called "pseudo random numbers", which is a reasonable enough technique for this course.

To get a true random number, you need something more sophisticated. One solution is random.org. For information about randomness and the difference between pseudo random numbers and true random numbers, you can visit their page on an Introduction to Randomness and Random Numbers.

For the purposes of this course, feel free to use the instructions below.

Technology

Here's a quick overview of how to generate random integers in StatCrunch.

  1. Select Data > Simulate Data > Uniform
  2. Enter n for Rows and 1 for Columns
  3. Enter the lower and upper limits for a and b.
  4. Press Simulate

You can manually round each value, or StatCrunch can do it for you. To round, follow these steps:

  1. Select Data > Compute expression
  2. Set Y to Uniform1.
  3. Select "round(Y)" in the expression dropbox (it's the very last expression).
  4. Press Set Expression and press Compute.

Stratified Sampling

Stratified sampling is different. With this technique, we separate the population using some characteristic, and then take a proportional random sample from each.

A stratified sample is obtained by separating the population into non-overlapping groups called strata and then obtaining a proportional simple random sample from each group. The individuals within each group should be similar in some way.

Visually, it might look something like the image below. With our population, we can easily separate the individuals by color.

In which sampling method all units of the population are required to be numbered?

Once we have the strata determined, we need to decide how many individuals to select from each stratum. (Man, that's a weird word!) The key here is that the number selected should be proportional. In our case, 1/4 of the individuals in the population are blue, so 1/4 of the sample should be blue as well. Working things out, we can see that a stratified (by color) random sample of 4 should have 1 blue, 1 green, and 2 reds.

In which sampling method all units of the population are required to be numbered?

For another take, watch this YouTube video:

Example 1

One easy example using a stratified technique would be a sampling of people at ECC. To make sure that a sufficient number of students, faculty, and staff are selected, we would stratify all individuals by their status - students, faculty, or staff. (These are the strata.) Then, a proportional number of individuals would be selected from each group.

Systematic Sampling

A systematic sample is obtained by selecting every kth individual from the population. The first individual selected corresponds to a random number between 1 and k.

So to use systematic sampling, we need to first order our individuals, then select every kth. (More on how to select k in a bit.)

In which sampling method all units of the population are required to be numbered?

In our example, we want to use 3 for k? Can you see why? Think what would happen if we used 2 or 4.

For our starting point, we pick a random number between 1 and k. For our visual, let's suppose that we pick 2. The individuals sampled would then be 2, 5, 8, and 11.

In which sampling method all units of the population are required to be numbered?

In general we find k by taking N/n and rounding down to the nearest integer.

For another take, watch this YouTube video:

Example 2

Systematic sampling works well when the individuals are already lined up in order. In the past, students have often used this method when asked to survey a random sample of ECC students. Since we don't have access to the complete list, just stand at a corner and pick every 10th* person walking by.

* Of course, choosing 10 here is just an example. It would depend on the number of students typically passing by that spot and what sample size was needed.

Cluster Sampling

Cluster sampling is often confused with stratified sampling, because they both involve "groups". In reality, they're very different. In stratified sampling, we split the population up into groups (strata) based on some characteristic.

A cluster sample is obtained by selecting all individuals within a randomly selected collection or group of individuals.

In essence, we use cluster sampling when our population is already broken up into groups (clusters), and each cluster represents the population. That way, we just select a certain number of clusters.

With our visual, let's suppose the 12 individuals are paired up just as they were sitting in the original population.

In which sampling method all units of the population are required to be numbered?

Since we want a random sample of size four, we just select two of the clusters. We would number the clusters 1-6 and use technology to randomly select two random numbers. It might look something like this:

In which sampling method all units of the population are required to be numbered?

For another take, watch this YouTube video:

Example 3

One situation where cluster sampling would apply might be in manufacturing. Suppose your company makes light bulbs, and you'd like to test the effectiveness of the packaging. You don't have a complete list, so simple random sampling doesn't apply, and the bulbs are already in boxes, so you can't order them to use systematic. And all the bulbs are essentially the same, so there aren't any characteristics with which to stratify them.

To use cluster sampling, a quality control inspector might select a certain number of entire boxes of bulbs and test each bulb within those boxes. In this case, the boxes are the clusters.

Convenience Sampling

Other methods do exist for finding samples of populations. In fact, you've seen some already. Probably the most common is the so-called convenience sample. Convenience samples are just what they sound like - convenient. Unfortunately, they're rarely representative. Think of the radio call-in show, those people in the shopping malls trying to survey you about your purchasing habits, or even the voting on American Idol!

Here's a specific example. It's a poll on beliefnet.com, titled "What Evangelicals Want". All online polls use, by nature, convenience sampling. According to the article, "The poll was promoted on Beliefnet’s web site and through its newsletters." Only those evangelicals who visit this particular web site and actually answer the survey are included. Beware any poll result taken with convenience sampling.

Multistage Sampling

Often one technique isn't possible, so many professional polling agencies use a technique called multistage sampling. The strategy is relatively self-explanatory - two or more sampling techniques are used.

For example, consider the light-bulb example we looked at earlier with cluster sampling. Let's suppose that the bulbs come off the assembly line in boxes that each contain 20 packages of four bulbs each. One strategy would be to do the sample in two stages:

Stage 1: A quality control engineer removes every 200th box coming off the line. (The plant produces 5,000 boxes daily. (This is systematic sampling.)

Stage 2: From each box, the engineer then samples three packages to inspect. (This is an example of cluster sampling.)

The US Census also uses multistage sampling. If you haven't already (you should have!), read Section 1.4 in your text for more details.

Summary

Here's a visual summary of the four main sampling strategies:

Simple Random:

In which sampling method all units of the population are required to be numbered?

Stratified:

In which sampling method all units of the population are required to be numbered?

Systematic:

In which sampling method all units of the population are required to be numbered?

Cluster:

In which sampling method all units of the population are required to be numbered?

On which of the given sampling method all units of the population are not required to be numbered?

1) simple random sampling.

What sampling method is used for population?

Probability sampling means that every member of the population has a chance of being selected. It is mainly used in quantitative research. If you want to produce results that are representative of the whole population, probability sampling techniques are the most valid choice.

In which sampling method units in the population are grouped?

Stratified random sample: The population is first split into groups. The overall sample consists of some members from every group. The members from each group are chosen randomly.

What is the method of gathering data from every unit in the population?

In general, census refers to data collection about every unit in a group or population.