home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e220 / 7.ddi / ADVTEST.LIS < prev    next >
Encoding:
File List  |  1988-09-20  |  16.4 KB  |  388 lines

  1.            SPSS/PC+ The Statistical Package for IBM PC                  9/20/88
  2. INC 'advtest.inc'                                                              
  3. title 'Test Job for SPSS/PC+ ADVANCED STATS'.
  4. SET LOG OFF.
  5. DATA LIST  /CASEID 1-2 SURVIVAL 4 TREATMNT 6 TIME 8-10(1)
  6.   WEIGHT 12-15(3) APGAR 17-18 SEX 20 AGE 22-23
  7.   PO2 25-27 PCO2 29-31 PH 33-35(2) RESP 37.
  8. VAR LABELS  SURVIVAL 'Infant survival'
  9.   TREATMNT 'Treatment administered'
  10.   TIME 'Time to spontaneous respiration'
  11.   WEIGHT 'Birthweight in kilograms'
  12.   APGAR 'APGAR score'
  13.   SEX 'Sex of respondent'
  14.   AGE 'Gestation age'
  15.   PO2 'O2 level'
  16.   PCO2 'CO2 level'
  17.   PH 'PH level'
  18.   RESP 'Respiratory level'.
  19. RECODE SURVIVAL (0=1)(1=2).
  20. VALUE LABELS SURVIVAL 1 'Die' 2 'Survive'/
  21.   TREATMNT 1 'THAM' 0 'Sodium bicarbonate'/
  22.   SEX 1 'Male' 0 'Female'/
  23.   RESP 1 'Yes' 0 'No' 9 'No answer'/.
  24. MISSING VALUES  PCO2(-1)/RESP(9).
  25. BEGIN DATA
  26. END DATA.
  27.      50 cases are written to the uncompressed active file.
  28.  
  29. This procedure was completed at  9:41:17
  30.  
  31. * next procedure requires that D module be installed.
  32.  
  33. DSCRIMINANT GROUPS=SURVIVAL(1,2)
  34.   /VARIABLES=TREATMNT TO AGE PH RESP
  35.   /METHOD=DIRECT
  36.  
  37. Since ANALYSIS= was omitted for the first analysis all variables
  38. on the VARIABLES= list will be entered at level 1.
  39.   /STATISTICS=13 15
  40.   /OPTIONS= 6 7.
  41.  
  42.  
  43. This Discriminant Analysis requires      2240 (       2.2K) BYTES of workspace.
  44. -------------------------------------------------------------------------------
  45. Page   4   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  46. -------------------------------------------------------------------------------
  47. Page   5   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  48.  
  49. - - - - - - - -   D I S C R I M I N A N T   A N A L Y S I S   - - - - - - - - 
  50.  
  51. On groups defined by SURVIVAL  Infant survival                         
  52.  
  53.             50 (unweighted) cases were processed.
  54.              2 of these were excluded from the analysis.
  55.                 0 had missing or out-of-range group codes.
  56.                 2 had at least one missing discriminating variable.
  57.             48 (unweighted) cases will be used in the analysis.
  58.  
  59. Number of Cases by Group
  60.  
  61.                Number of Cases
  62.   SURVIVAL  Unweighted     Weighted  Label
  63.          1          26         26.0  Die                 
  64.          2          22         22.0  Survive             
  65.      Total          48         48.0
  66. -------------------------------------------------------------------------------
  67. Page   6   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  68.  
  69. - - - - - - - -   D I S C R I M I N A N T   A N A L Y S I S   - - - - - - - - 
  70.  
  71. On groups defined by SURVIVAL  Infant survival                         
  72.  
  73. Analysis number       1
  74. Direct method:  All variables passing the tolerance test are entered.
  75.      Minimum Tolerance Level..................  .00100
  76.  
  77. Canonical Discriminant Functions
  78.  
  79.      Maximum number of functions..............       1
  80.      Minimum cumulative percent of variance...  100.00
  81.      Maximum significance of Wilks' Lambda....  1.0000
  82.  
  83. Prior probability for each group is  .50000
  84. -------------------------------------------------------------------------------
  85. Page   7   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  86.  
  87.                       Canonical Discriminant Functions
  88.  
  89.                 Pct of   Cum  Canonical  After  Wilks'
  90.  Fcn Eigenvalue Variance  Pct     Corr      Fcn  Lambda  Chisquare    DF  Sig
  91.                                          :    0   .6150     20.419     8  .0089
  92.    1*     .6261  100.00  100.00    .6205 : 
  93.  
  94.    * marks the   1 canonical discriminant functions remaining in the analysis.
  95.  
  96. Standardized Canonical Discriminant Function Coefficients
  97.  
  98.              FUNC  1
  99. TREATMNT      .21531 
  100. TIME          .13170 
  101. WEIGHT       1.16789 
  102. APGAR         .34638 
  103. SEX           .00337 
  104. AGE          -.64084 
  105. PH            .16862 
  106. RESP         -.58743 
  107. -------------------------------------------------------------------------------
  108. Page   8   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  109.  
  110. Structure Matrix:
  111.  
  112. Pooled-within-groups correlations between discriminating variables
  113.                                   and canonical discriminant functions
  114. (Variables ordered by size of correlation within function)
  115.  
  116.              FUNC  1
  117. WEIGHT        .73338 
  118. RESP         -.51940 
  119. AGE           .49290 
  120. TREATMNT      .26572 
  121. PH            .25946 
  122. APGAR         .19210 
  123. TIME         -.10157 
  124. SEX           .03738 
  125. -------------------------------------------------------------------------------
  126. Page   9   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  127.  
  128. Canonical Discriminant Functions evaluated at Group Means (Group Centroids)
  129.  
  130.   Group      FUNC   1
  131.        1       -.71252
  132.        2        .84206
  133.  
  134. Symbols used in Plots
  135.  
  136. Symbol  Group  Label
  137. ------  -----  --------------------
  138.   1         1  Die                 
  139.   2         2  Survive             
  140. -------------------------------------------------------------------------------
  141. Page  10   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  142.                 All-groups stacked Histogram
  143.  
  144.               Canonical Discriminant Function 1
  145.        4 ┼              2   1 2                    ┼
  146.          │              2   1 2                    │
  147.          │              2   1 2                    │
  148.          │              2   1 2                    │
  149.        3 ┼              1   11222 2  2             ┼
  150.          │              1   11222 2  2             │
  151.          │              1   11222 2  2             │
  152.          │              1   11222 2  2             │
  153.        2 ┼         11 211  11111222222             ┼
  154.          │         11 211  11111222222             │
  155.          │         11 211  11111222222             │
  156.          │         11 211  11111222222             │
  157.        1 ┼         11 1111 111112211222   22  2    ┼
  158.          │         11 1111 111112211222   22  2    │
  159.          │         11 1111 111112211222   22  2    │
  160.          │         11 1111 111112211222   22  2    │
  161.           X────┼────┼────┼────┼────┼────┼────┼────X
  162.         Out -3.0 -2.0 -1.0   .0  1.0  2.0  3.0    Out
  163.   Class   11111111111111111111122222222222222222222
  164. Centroids                  1       2
  165. -------------------------------------------------------------------------------
  166. Page  11   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  167.  
  168. Classification Results -
  169.  
  170.                       No. of    Predicted Group Membership
  171.    Actual Group        Cases          1          2
  172. --------------------  ------   --------   --------
  173. Group       1             26         22          4
  174. Die                                84.6%      15.4%
  175.  
  176. Group       2             22          4         18
  177. Survive                            18.2%      81.8%
  178.  
  179. Percent of "grouped" cases correctly classified:  83.33%
  180.  
  181. Classification Processing Summary
  182.         50 Cases were processed.
  183.          0 Cases were excluded for missing or out-of-range group codes.
  184.          2 Cases had at least one missing discriminating variable.
  185.         48 Cases were used for printed output.
  186. -------------------------------------------------------------------------------
  187. Page  12   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  188.  
  189. This procedure was completed at  9:41:40
  190.  
  191. * next procedure requires that A module be installed.
  192.  
  193. FACTOR VARIABLES=TIME WEIGHT APGAR AGE PO2 PCO2 PH RESP.
  194.  
  195. This FACTOR analysis requires       9048 (       8.8K) BYTES of memory.
  196. -------------------------------------------------------------------------------
  197. Page  13   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  198.  
  199.               - - - -   F A C T O R   A N A L Y S I S   - - - - 
  200.  
  201. Analysis Number  1  Listwise deletion of cases with missing values      
  202.  
  203. Extraction  1  for Analysis  1, Principal-Components Analysis (PC)      
  204.  
  205. Initial Statistics:                                                     
  206.  
  207. Variable     Communality  *  Factor   Eigenvalue   Pct of Var   Cum Pct 
  208.                           *                                             
  209. TIME             1.00000  *     1       2.42206       30.3         30.3 
  210. WEIGHT           1.00000  *     2       1.47718       18.5         48.7 
  211. APGAR            1.00000  *     3       1.25818       15.7         64.5 
  212. AGE              1.00000  *     4       1.01589       12.7         77.2 
  213. PO2              1.00000  *     5        .81728       10.2         87.4 
  214. PCO2             1.00000  *     6        .54343        6.8         94.2 
  215. PH               1.00000  *     7        .35329        4.4         98.6 
  216. RESP             1.00000  *     8        .11269        1.4        100.0 
  217.  
  218.    PC Extracted   4 factors.                                            
  219. -------------------------------------------------------------------------------
  220. Page  14   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  221.  
  222.               - - - -   F A C T O R   A N A L Y S I S   - - - - 
  223.  
  224. Factor Matrix:
  225.  
  226.               FACTOR  1     FACTOR  2     FACTOR  3     FACTOR  4
  227.  
  228. TIME           -.54266       -.42015        .44781        .08194
  229. WEIGHT          .83066       -.00270        .47583        .05426
  230. APGAR           .63996        .38394       -.41556        .12160
  231. AGE             .87359        .07287        .37918       -.02601
  232. PO2             .27266       -.37670       -.43019       -.39404
  233. PCO2           -.28290        .53628        .54705       -.20996
  234. PH              .19165       -.54704        .04586        .71333
  235. RESP           -.27161        .64744       -.16833        .53158
  236.  
  237. -------------------------------------------------------------------------------
  238. Page  15   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  239.  
  240.               - - - -   F A C T O R   A N A L Y S I S   - - - - 
  241.  
  242. Final Statistics:                                                       
  243.  
  244. Variable     Communality  *  Factor   Eigenvalue   Pct of Var   Cum Pct 
  245.                           *                                             
  246. TIME              .67826  *     1       2.42206       30.3         30.3 
  247. WEIGHT            .91936  *     2       1.47718       18.5         48.7 
  248. APGAR             .74443  *     3       1.25818       15.7         64.5 
  249. AGE               .91292  *     4       1.01589       12.7         77.2 
  250. PO2               .55657  *                                             
  251. PCO2              .71098  *                                             
  252. PH                .84693  *                                             
  253. RESP              .80386  *                                             
  254. -------------------------------------------------------------------------------
  255. Page  16   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  256.  
  257.               - - - -   F A C T O R   A N A L Y S I S   - - - - 
  258.  
  259. Varimax   Rotation  1,  Extraction  1,  Analysis  1 - Kaiser Normalization.
  260.  
  261.   Varimax converged in    6 iterations.                                 
  262.  
  263. Rotated Factor Matrix:
  264.  
  265.               FACTOR  1     FACTOR  2     FACTOR  3     FACTOR  4
  266.  
  267. TIME           -.13740       -.80114        .08093        .10490
  268. WEIGHT          .94393        .13688       -.03103        .09302
  269. APGAR           .23200        .82688        .01238        .08199
  270. AGE             .91648        .25785       -.07866        .01765
  271. PO2            -.05948        .21512       -.70881        .06593
  272. PCO2            .12894       -.25480        .46091       -.64575
  273. PH              .17304       -.16138        .07883        .88585
  274. RESP           -.31910        .32973        .77013        .01463
  275.  
  276. -------------------------------------------------------------------------------
  277. Page  17   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  278.  
  279.               - - - -   F A C T O R   A N A L Y S I S   - - - - 
  280.  
  281. Factor Transformation Matrix:
  282.  
  283.                FACTOR  1     FACTOR  2     FACTOR  3     FACTOR  4
  284.  
  285. FACTOR  1        .77409        .54215       -.26763        .18773
  286. FACTOR  2        .00090        .51218        .63281       -.58072
  287. FACTOR  3        .63306       -.66311        .33187       -.22222
  288. FACTOR  4       -.00541        .06351        .64637        .76036
  289.  
  290. -------------------------------------------------------------------------------
  291. Page  18   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  292.  
  293. This procedure was completed at  9:42:07
  294.  
  295.  
  296. Subtitle Non-linear model for windspeed measurement.
  297.  
  298. DATA LIST / X 1-3 Y 5-9.
  299. VAR LABELS X 'anomometer height' Y 'windspeed'.
  300. BEGIN DATA
  301. END DATA.
  302.       5 cases are written to the uncompressed active file.
  303.  
  304. This procedure was completed at  9:42:12
  305.  
  306. * next procedure requires that N module be installed.
  307.  
  308. MODEL PROGRAM
  309.   A=100 B=7.06 C=-223.26.
  310. -------------------------------------------------------------------------------
  311. Page  20   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  312. NON-LINEAR MODEL FOR WINDSPEED MEASUREMENT                      
  313.  
  314. This procedure was completed at  9:42:21
  315. COMPUTE PRED=A*LN(B*X+C).
  316. NLR Y WITH X/PRED=PRED/SAVE PRED.
  317.  
  318. All the derivatives will be calculated numerically.
  319. -------------------------------------------------------------------------------
  320. Page  21   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  321. NON-LINEAR MODEL FOR WINDSPEED MEASUREMENT                      
  322. There are 5 cases.  There is enough memory for them all.
  323.  
  324.  Iteration  Residual SS           A           B           C
  325.  
  326.      1      6822.703884  100.000000  7.06000000  -223.26000
  327.      1.1    3899.279813  107.235597  2.71055158  -18.043743
  328.      2      3899.279813  107.235597  2.71055158  -18.043743
  329.      2.1    107.8417730  115.003329  2.27328009  -24.273351
  330.      3      107.8417730  115.003329  2.27328009  -24.273351
  331.      3.1    7.040578209  115.150921  2.30999733  -22.101959
  332.      4      7.040578209  115.150921  2.30999733  -22.101959
  333.      4.1    7.013266157  115.147444  2.31056594  -22.026921
  334.      5      7.013266157  115.147444  2.31056594  -22.026921
  335.      5.1    7.013265848  115.146862  2.31064751  -22.028813
  336.      6      7.013265848  115.146862  2.31064751  -22.028813
  337.      6.1    7.013265848  115.146870  2.31064641  -22.028787
  338. -------------------------------------------------------------------------------
  339. Page  22   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  340. NON-LINEAR MODEL FOR WINDSPEED MEASUREMENT                      
  341.  
  342. Run stopped after 12 model evaluations and 6 derivative evaluations.
  343. Iterations have been stopped because the relative reduction between successive
  344. residual sums of squares is at most SSCON = 1.000E-08
  345. -------------------------------------------------------------------------------
  346. Page  23   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  347. NON-LINEAR MODEL FOR WINDSPEED MEASUREMENT                      
  348.  
  349.  
  350. Nonlinear Regression Summary Statistics     Dependent Variable Y
  351.  
  352.   Source                 DF  Sum of Squares  Mean Square
  353.  
  354.   Regression              3  2314527.69673   771509.23224
  355.   Residual                2        7.01327        3.50663
  356.   Uncorrected Total       5  2314534.71000
  357.  
  358.   (Corrected Total)       4    75525.34800
  359.  
  360.   R squared = 1 - Residual SS / Corrected SS =     .99991
  361.  
  362.                                            Asymptotic 95 %
  363.                           Asymptotic     Confidence Interval
  364.   Parameter   Estimate    Std. Error     Lower         Upper
  365.  
  366.   A         115.14686999  2.040556318 106.36706478 123.92667520
  367.   B          2.310646412   .280311752  1.104562288  3.516730537
  368.   C         -22.02878660  6.409417923 -49.60628612  5.548712919
  369. -------------------------------------------------------------------------------
  370. Page  24   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  371. NON-LINEAR MODEL FOR WINDSPEED MEASUREMENT                      
  372.  
  373.   Asymptotic Correlation Matrix of the Parameter Estimates
  374.  
  375.                    A         B         C
  376.  
  377.   A           1.0000    -.9963     .9666
  378.   B           -.9963    1.0000    -.9802
  379.   C            .9666    -.9802    1.0000
  380. -------------------------------------------------------------------------------
  381. Page  25   Test Job for SPSS/PC+ ADVANCED STATS                         9/20/88
  382. NON-LINEAR MODEL FOR WINDSPEED MEASUREMENT                      
  383.  
  384. This procedure was completed at  9:43:16
  385. STOP.
  386.  
  387. End of Include file.
  388.