home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 September / CHIP_CD_1997_09_PL.iso / software / mat_stat / systat / sys_data.z / DEMOGRPH.SYC < prev    next >
Encoding:
Text File  |  1997-05-19  |  7.0 KB  |  225 lines

  1. use sunsptdm
  2. SERIES
  3. ACF ANNUAL
  4.  
  5. THICK=1.7
  6. USE ENZYMDM
  7. BEGIN
  8. PLOT VELOCITY*INH_CONC*SUB_CONC /SIZE=0,
  9.     SMOOTH=DWLS, TENSION =0.500,
  10.     TITLE='',
  11.     XLABEL='', YLABEL='',
  12.     ZLABEL='',
  13.     AXES=CORNER, ACOLOR=BLACK, YGRID, ZGRID, 
  14.     FCOLOR=0,ZMAX = 1.1,HEIGHT=3.75,WIDTH=3.75,ALTITUDE = 3.75
  15. PLOT VELOCITY*INH_CONC*SUB_CONC / SIZE=0,
  16.     SMOOTH=DWLS, SURF=XYCUT, TENSION =0.500,
  17.      TITLE='',
  18.     XLABEL='', YLABEL='',
  19.     ZLABEL='',ZMAX = 1.1,HEIGHT=3.75,WIDTH=3.75,ALTITUDE = 3.75
  20. PLOT VELOCITY*INH_CONC*SUB_CONC / COLOR=RED,FILL=1,SIZE=1,
  21.     TITLE='Enzyme Reaction Velocity by Concentration',
  22.     XLABEL='Substrate Concentration', YLABEL='Inhibitor Concentration',
  23.     ZLABEL='Reaction Velocity',ZMAX = 1.1,
  24.     HEIGHT=3.75,WIDTH=3.75,ALTITUDE = 3.75
  25. PLOT VELOCITY*INH_CONC*SUB_CONC / COLOR=ORANGE,FILL=0,SIZE=1,
  26.     TITLE='Enzyme Reaction Velocity by Concentration',
  27.     XLABEL='Substrate Concentration', YLABEL='Inhibitor Concentration',
  28.     ZLABEL='Reaction Velocity',ZMAX = 1.1,
  29.     HEIGHT=3.75,WIDTH=3.75,ALTITUDE = 3.75
  30. END
  31. THICK=1
  32.  
  33. USE WORLDDM
  34. BEGIN
  35. PLOT DEATH_RT*BIRTH_RT / XMIN=0, XMAX=60, YMIN=0, YMAX=30, XTICK=6,
  36.                          SYMBOL=1, SIZE=.5, LABEL=COUNTRY$, SMOO=MODE,
  37.                          XLAB="Births per 1000 People (1990)",
  38.                      YLAB="Deaths per 1000 People (1990)"
  39. DEN .*DEATH_RT*BIRTH_RT / XMIN=0, XMAX=60, YMIN=0, YMAX=30, XTICK=6,
  40.                           KERNEL, CONTOUR, ZTICK=10, ZPIP=0, AX=0, SC=0,
  41.                           TITLE="Birth and Death Rates for 30 Countries"
  42. END
  43.  
  44.  
  45. USE CANCERDM
  46. SELECT (ORGAN$= 'Breast') OR (ORGAN$= 'Bronchus') OR (ORGAN$= 'Colon') or (ORGAN$= 'Ovary') or (ORGAN$= 'Stomach')
  47. CSIZE = 1
  48. THICK = 3
  49. CATEGORY ORGAN$
  50. BEGIN
  51. DEN LOGSURVA*ORGAN$/DOX,SIZE=1.2,FILL=1,
  52.        FCOLOR=BLUE,COLOR=YELLOW,YLAB='Log Survival',
  53.        XLAB='Organ',HEI=5IN,WID=5IN,TITLE='Survival by Cancer Type'
  54. PLOT LOGSURVA*ORGAN$/SMOOTH=LOWESS,TENSION=0,SIZE=0,COLOR=1,
  55.        YLAB='', XLAB='',HEI=5IN,WID=5IN,TITLE=''
  56. END
  57. THICK = 1
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. use usdm
  65. thick=1
  66. FACET=XY
  67. BEGIN
  68. MAP /color=rain,fill,PROJ=STEREO,HEI=5IN,WID=5IN,ALT=5IN,legend=none
  69. PLOT Rain*LABLAT*LABLON/PROJ=STEREO,SMOO=invs,TENSION = .18,SIZE=0,AX=spoon,
  70.   HEI=5IN,WID=5IN,ALT=5IN,zlab='U. S. Annual Rainfall',xlab='Longitude',
  71.   ylab='Latitude',zmin=0, zmax=60,cut=50,title="Average Annual U. S. Rainfall"
  72. END
  73. facet
  74.  
  75. USE BOXESDM
  76. QC
  77. SHEWHART OHMS*DAY /TYPE=XBAR
  78. SHEWHART OHMS*DAY /TYPE=R PLIMITS = .025,.975
  79.  
  80. USE DESIGNDM
  81. CATEGORY SPRING POINTER VENDOR ANGLE
  82. THICK = 6
  83. CSIZE = 2
  84. DOT READING*SPRING POINTER VENDOR ANGLE/LINE,SERROR=.95,
  85.     COLOR = 1, FCOLOR = 2, 
  86.     TITLE = 'Fuel Gauge Designed Experiment Results'
  87. CSIZE = 1
  88. THICK = 1
  89.  
  90. USE EGYPTDM
  91. THICK=2.5
  92. BEGIN
  93. DENSITY MB BL * YEAR / BOX GROUP=YEAR,
  94.     FCOLOR=1,FILL=1,
  95.     XMAX=1000,XMIN=-5000,COLOR=3,11,
  96.     HEIGHT=5.5, WIDTH=4,XTIC=4,
  97.     TITLE='Variation of Skull Measurements by Period'
  98. PLOT MB BL * YEAR / SMOOTH=LINEAR, SIZE=0, 
  99.     XMAX=1000, XMIN=-5000,
  100.     XTIC=4,COLOR=4,HEIGHT=5.5, WIDTH=4
  101. END
  102. THICK = 1
  103.  
  104. fplot z=bdf(Beta,p,p);surf=color,xmin=.02,xmax=.98,ymin=0,ymax=6,zmin=0,zmax=3.25,Title="Beta Density Function with p=q",height=4.5,width=4.5,altitude=4.5,cut=50
  105.  
  106. use irisdm
  107. cat species
  108. lab species/1='Virginica',2='Versicolor',3='Setosa'
  109. splom sepallen..petalwid/group=species,overlay,ell=.9,
  110.                          symbol=1,4,8, color=1,2,3, fill,
  111.                          title='SPLOM for Three Species of Irises'
  112. use irisdm
  113. cat species
  114. lab species/1='Virginica',2='Versicolor',3='Setosa'
  115. fourier sepallen sepalwid petallen petalwid / title='Fourier Plot for Three Species of Irises', group=species, overlay, fill=1, color=1,3,2, fcolor=gray
  116.  
  117. use irisdm
  118. cat species
  119. lab species/1='Virginica',2='Versicolor',3='Setosa'
  120. plot petallen*sepallen*sepalwid / span, group=species, overlay,
  121.   color=1,2,3, fill, fcolor=gray, xgrid, ygrid, zgrid, axes=corner,
  122.   symbol=1,4,8, title='Fisher Irises'
  123.  
  124. USE mrcurydm
  125. BEGIN
  126. DEN .*lnchloro*ph/XLAb='pH',ylab='Ln(Chlorophyll)',zlab='Frequency',
  127. HEI=4IN,WID=4IN,ALTI=4IN,ax=corner,zgrid,fcol=1, ymin=0,ymax=5, transpose, bars=10
  128. FACET=XY
  129. DEPTH=4IN
  130. DEN .*lnchloro*ph/HEI=4IN,WID=4IN,ALTI=4IN,AX=0,SC=0,TILE,SURF=color,LEGEND=NONE,fcol=1,
  131.   title='Joint Distribution of pH and Chlorophyll in Bass', ymin=0,ymax=5,transpose
  132. END
  133. FACET
  134. DEPTH
  135.  
  136. PLOT STDMERC*ALKLNTY/ELL,SMOO=LINEAR,BORDER=DOX,FILL=1,
  137.             XLAB='Alkalinity', YLAB='Mercury',
  138.             TITLE='Measured Mercury Levels in Freshwater Fish vs. Alkalinity',
  139.             COLOR=3,FCOLOR=2
  140.  
  141.  
  142.  
  143. use gdwtrdm
  144. thick=2
  145. begin
  146. dens uranium / hist, fcolor=blue, color=3, fill, title='Histogram for Uranium'
  147. pplot uranium / loc=6in,0in, fcolor=gray, fill, color=4, title='Probability Plot for Uranium'
  148. end
  149.  
  150. begin
  151. plot uranium*longtude*latitude / smooth=krig,tension=.35,cut=30,loc=0,-2,
  152.                                   ax=corner,xlabel='Latitude', ylabel='Longitude', zlabel='Uranium',
  153.                 height=4.0in, altitude = 4.0, width=4.0in,size=0,fcolor=violet,zgrid,ymin=100,ymax=102.5,zmin=0,zmax=130,
  154.                                 title='Actual Uranium and Kriging Smoother by Geography'
  155. plot uranium*longtude*latitude /fill=1, 
  156.                                 xlabel='', ylabel='', zlabel='',ax=none,loc=0,-2,
  157.                                 height=4.0in, altitude = 4.0, width=4.0in,color = orange,zmax=130,symbol=1,size=1,ymin=100,ymax=102.5,zmin=0,zmax=130
  158. plot uranium*longtude*latitude /fill=0, 
  159.                                 xlabel='', ylabel='', zlabel='',ax=none,loc=0,-2,
  160.                                 height=4.0in, altitude = 4.0, width=4.0in,color = red,zmax=130,symbol=1,size=1,ymin=100,ymax=102.5,zmin=0,zmax=130
  161. end
  162.  
  163. csize=.8
  164. thick=1.4
  165. label HORIZON /    5='El Reno',
  166.         4='Whitehorse',
  167.         3='Quartermaster',
  168.         2='Dockum',
  169.         1='Ogalla'
  170. begin
  171. plot longtude*latitude / group=HORIZON,
  172.                                 overlay,fill=1,size=.8,  
  173.                                 title='Actual Uranium and Kriging Smoother by Geography',
  174.                                 xlabel='Latitude', ylabel='Longitude',
  175.                                 height=5in, width=5in,fcolor=black,
  176.                                 xgrid, ygridend,color = 4,3,1,11,8, symbol= 10,8,9,4,1
  177. plot uranium*longtude*latitude / contour, ztic=7, smooth=krig,tension=.2,
  178.                                   xlabel='Latitude', ylabel='Longitude', 
  179.                 height=5in, width=5in,size=0,cut=50
  180. end
  181. csize=1
  182. thick=1
  183.  
  184. USE INSTRDM
  185. PLOT ACHIEVE * APTITUDE / GROUP=INSTRUCT$,OVERLAY, BORDER=NORMAL, ELL,
  186.      SMOOTH=LINEAR, FCOLOR=GRAY, SYMBOL=1,8, FILL,
  187.      TITLE="Effect of Instructional Methods on Exam Achievement"
  188.  
  189.  
  190. begin
  191. fplot z = 0.47* exp(-x^2*0.2)*exp(-y^2*0.1); surf=color,
  192.     xmin=-5,xmax=5,ymin=-5,ymax=5,zmin=0,zmax=.6,ax=corner,zgrid,fcol=gray,
  193.     height=4,width=4,altitude=4,cut=50,Title="Bivariate Normal Density",
  194.     xlab =  'X', ylab = 'Y', zlab = 'Probability'
  195. FACET=XY
  196. DEPTH=4IN
  197. fplot z = 0.47* exp(-x^2*0.2)*exp(-y^2*0.1); HEI=4IN,WID=4IN,ALTI=4IN,AX=0,SC=0,TILE,SURF=color,
  198.     xmin=-5,xmax=5,ymin=-5,ymax=5,zmin=0,zmax=.52, legend=no, cut = 50
  199. end
  200. FACET
  201. DEPTH
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.