");
y2.document.write (" Note: For demonstration purposes, the numbers listed below are not actually randomly generated and will be the same every time you run this tutorial.
");
y2.document.write ("" + (numofsetsv) + " Sets of " + (numpersetv) + " Unique Numbers Per Set Range: From " + (rangebegv) + " to " + (rangeendv) + " -- Unsorted");
y2.document.write ("
");
y2.document.write ("Set #1:");
y2.document.writeln ("p1=4, p2=1, p3=3, p4=2");
y2.document.write ("
");
y2.document.write ("Set #2: ");
y2.document.writeln ("p5=2, p6=1, p7=3, p8=4");
y2.document.write ("
");
y2.document.write ("Set #3: ");
y2.document.writeln ("p9=4, p10=2, p11=3, p12=1");
y2.document.write ("
");
y2.document.write ("Set #4: ");
y2.document.writeln ("p13=1, p14=2, p15=4, p16=3");
y2.document.write ("
");
y2.document.write ("Set #5: ");
y2.document.writeln ("p17=1, p18=3, p19=4, p20=2");
y2.document.write ("
");
y2.document.write ("Set #6: ");
y2.document.writeln ("p21=4, p22=1, p23=2, p24=3");
y2.document.write ("
");
y2.document.write ("Set #7: ");
y2.document.writeln ("p25=3, p26=2, p27=4, p28=1");
y2.document.write ("
");
y2.document.write ("Set #8: ");
y2.document.writeln ("p29=4, p30=1, p31=2, p32=3");
y2.document.write ("
");
y2.document.write ("Set #9: ");
y2.document.writeln ("p33=4, p34=3, p35=2, p36=1");
y2.document.write ("
");
y2.document.write ("Set #10: ");
y2.document.writeln ("p37=3, p38=1, p39=2, p40=4");
y2.document.write ("
");
y2.document.write ("With these results, Participant #1 will be assigned to Condition 4 (Placebo), Participant #2 will be assigned to Condition 1 (Wonderdrug 5%), Participant #3 will be assigned to Condition 3 (Wonderdrug 15%), Participant #4 will be assigned to Condition 2 (Wonderdrug 10%), Participant #5 will be assigned to Condition 2 (Wonderdrug 10%), and so on.");
y2.document.write (" One of the nice things about this design is that once the study is complete, there will be identical sample sizes in each condition (n = 10). Also, if for some reason the study is interrupted, the difference in sample size between any two conditions will be at most one participant. For this reason, random assignment by blocks is a popular procedure among experimenters.");
y2.document.write (" Return to Tutorial |