The second task is to check the data for skip patterns. To do this, you will use the:
After you have used the codebook to discover if a skip pattern affects variables in your analysis, you will use cross tabulations obtained by the SAS proc freq procedure to determine the presence of skip patterns.
Statements | Explanation |
---|---|
data =demo2_nh3; |
Use the proc freq procedure to determine the frequency of each value of the variables listed. |
where hsageu=2 and hsageir>= 20 and dmpstat=2 ; |