OUTFile 'alpdemog mtboutp o' RETRieve 'AlpDemog MinitabW' c1-c7 # # Variables are C1 'ID' c2'Age'c3'FamSiz'c4 'Educ'c5 'Marital'c6 'Occ'c7'Inc' # Sample data: # Age FamSiz Educ Marital Occ Inc # 001 40 4 12 1 10 190 # 002 57 2 12 1 10 220 # 003 35 1 16 0 10 220 HISTogram C2 C3 C4 C7 TALLy 'Occ' TALLy 'Marital' DOTPlot 'Age' DOTPlot 'FamSiz'; INCR 1. DOTPlot 'Educ'; INCR 2. DOTPlot 'Marital' DOTPlot 'Occ'; INCR 1. DOTPlot 'Inc'; INCR 50. NEWPAGE DESCribe C2-C7 NEWPAGE PLOT c3 c2; yincr 1. PLOT c2 'Educ'; xincr 4. PLOT c2 c7 PLOT c3 c4; yincr 1. PLOT c3 c7; yincr 1. PLOT c4 c7 NEWPAGE HEIGHT 30 WIDTh 68 LPLOt 'Inc' 'Age' 'Occ'; xincr 1; yincr 50. TPLOt 'Age' 'Educ' 'Inc'; yincr 1; xincr 2. NEWPAGE TABLe 'Educ' 'Occ' TABLe 'educ' 'occ'; mean 'Inc'. CODE (0:12) 0 (13:16) 1 (16:24) 2 in 'Educ' put into c24 NAME C24 'EducCode' NEWPAGE TABLE 'EducCode' 'Occ' TABLE 'EducCode' 'Occ'; MEAN 'Inc'.