Using the Wizard to Sample from the Second Partial Frame
- To run the Complex Samples Sampling Wizard,
from the menus choose:
Figure 1. Sampling Wizard, Welcome step - In the Welcome step, select Draw a sample, browse to where you saved the plan file, and select the demo.csplan plan file that you created.
- Click Next.
Figure 2. Sampling Wizard, Plan Summary step (stage 3) - In the Plan Summary step, select 1, 2 as stages already sampled.
- Click Next.
Figure 3. Sampling Wizard, Draw Sample Selection Options step - In the Draw Sample Selection Options step, select Custom value for the type of random seed to use and type 4231946 as the value.
- Click Next, and then click Next in the
Draw Sample Output Files step.
Figure 4. Sampling Wizard, Finish step - In the Finish step, select Paste the syntax generated by the Wizard into a syntax window.
- Click Finish.
The following syntax is generated:
* Sampling Wizard.
CSSELECT
/PLAN FILE='demo.csplan'
/CRITERIA STAGES = 3 SEED = 4231946
/CLASSMISSING EXCLUDE
/DATA RENAMEVARS
/PRINT SELECTION.
Printing the
sampling summary in this case produces a cumbersome table that causes
problems in the Output Viewer. To turn off display of the sampling
summary, replace SELECTION
with CPS
in the PRINT
subcommand. Then run the syntax within the syntax window.
These selections draw a sample according to the third stage of the demo.csplan sampling plan.