5.1 UNDERSTANDING RANDOM SELECTION
There are approximately 2000 school psychologists in Australia. A researcher has developed a new diagnostic tool to identify conduct disorder in children and wants to study ways to train school psychologists to administer the tool. How can she recruit a random sample of 30 school psychologists to participate in her study?
117
She could use an online random numbers generator to randomly select a sample of 30 school psychologists for this study from among the target population of 2000 Australian school psychologists. Let’s try it. (You can search for “random numbers generator” on the Internet to find one.) To do so, she would tell the random numbers generator to produce one set of 30 numbers between 0001 and 2000. She would specify that she wants unique numbers, because no school psychologist can be in the study more than once. She can ask the program to sort the numbers, if she wishes, to more easily identify the participants who will comprise her sample. When we generated a set of 30 random numbers, we got the following:
25 | 48 | 84 | 113 | 159 | 165 | 220 | 312 | 319 | 330 |
337 | 452 | 493 | 562 | 613 | 734 | 822 | 860 | 920 | 924 |
931 | 960 | 983 | 1290 | 1305 | 1462 | 1502 | 1515 | 1675 | 1994 |
Of course, each time we generate a list of random numbers, the list is different. Notice that the typical list of randomly generated numbers does not necessarily appear random. For example, in this list only 7 out of the 30 numbers are over 1000. There are also several cases in which numbers are close in value (e.g., 920 and 924).
5.2 USING RANDOM ASSIGNMENT
Imagine that the researcher described in How It Works 5.1 has developed two training modules. One is implemented in a classroom setting and requires that school psychologists travel to participate in in-
In this case, the independent variable is type of training with two levels: classroom training and Web-
When we used an online random numbers generator, we got the following set of 30 numbers:
11000 | 01110 |
01000 | 00011 |
01110 | 01100 |
Based on these random numbers, the first two participants would be in group 1, and would receive Web-
5.3 CALCULATING PROBABILITY
Let’s say that a university provides every student with a laptop computer, but students complain that their computers “always” crash when they are on the Internet and have at least three other applications open. One student thought this was an exaggeration and decided to calculate the probability that the campus computers would crash under these circumstances. How could he do this?
He could start by randomly selecting 100 different students to participate in his study. On the 100 students’ computers, he could open three applications, go online, and record whether each computer crashed.
In this case, the trials would be the 100 instances (one trial on each of the 100 different laptops) in which the student opened three programs and then went online. The outcome would be whether or not the computer crashed. A success in this case would be a computer that crashed, and let’s say that happened 55 times. (You might not consider a crashed computer a success, but in probability theory, a success refers to the outcome for which we want to determine the probability.) He could then take the number of successes (55) and divide by the number of trials:
55/100 = 0.55
So the probability of a computer crashing when three programs are open and the student goes online is 0.55. Of course, to determine the true expected relative-