home *** CD-ROM | disk | FTP | other *** search
File List | 1992-03-12 | 24.1 KB | 533 lines |
- SPSS/PC+ The Statistical Package for IBM PC 5/30/91
- INC 'd:\spss\basetest.inc'
- SET DISK=ON EJECT=ON SEED=2000000 LOG OFF VIEW 24.
-
- Page 2 SPSS/PC+ 5/30/91
- TITLE 'Basetest.inc'.
- * Test job for SPSS/PC+ base system.
-
- SHOW.
-
- Page 3 Basetest.inc 5/30/91
-
- SPSS/PC+ V4.0 (02-221) Workspace: 176.4K
- Machine: COMPAQ Free disk space: 762K
- Coprocessor installed Work Device C: 762K
- Current directory: C:\COPY
- SPSS/PC+ directory: d:\spss
-
- LISTING SPSS.LIS SCREEN ON INCLUDE ON
- LOG OFF PRINTER OFF BEEP ON
- RESULTS SPSS.PRC PTRANSL ON MORE ON
- NULLINE ON ECHO ON EJECT ON
-
- PROMPT SPSS/PC: LENGTH 24 WIDTH 79
- CPROMPT : BLOCK █ BOX ─│┼└┌┘┐├┤┬┴
- ENDCMD . HIST ▄ SEED 2000000
- COLOR (15, 1, 1) CPI 10.00 LPI 6.00
- WEIGHT OFF COMPRESS ON BLANKS .
- ERRORBREAK ON VIEWLENGTH 25
- ______________________ Review Settings ______________________
-
- AUTOMENU ON HELPWINDOWS ON MENUS STANDARD
- RCOLOR ( 1, 2, 4) RUNREVIEW AUTO
-
- DATA LIST /MOHIRED YRHIRED 12-15 DEPT79 TO DEPT82 SEX 16-20
- /SALARY79 TO SALARY82 6-25 AGE 54-55 RAISE80 TO RAISE82 56-70
- /JOBCAT 6 EMPNAME 25-48 (A).
- DISPLAY.
-
- Page 5 Basetest.inc 5/30/91
- MOHIRED - * No label *
- YRHIRED - * No label *
- DEPT79 - * No label *
- DEPT80 - * No label *
- DEPT81 - * No label *
- DEPT82 - * No label *
- SEX - * No label *
- SALARY79 - * No label *
- SALARY80 - * No label *
- SALARY81 - * No label *
- SALARY82 - * No label *
- AGE - * No label *
- RAISE80 - * No label *
- RAISE81 - * No label *
- RAISE82 - * No label *
- JOBCAT - * No label *
- EMPNAME - * No label *
-
- MISSING VALUES DEPT79 TO SALARY82 AGE (0) RAISE80 TO RAISE82 (-999) JOBCAT (9).
- VAR LABELS AGE 'Age in years'.
- VALUE LABELS SEX 1 'Male' 2 'Female'/
- JOBCAT 1 'Stk Clk' 2 'Admin' 3 'Sales' 4 'Mgr'.
- * Recode AGE into GRPAGE.
- COMPUTE GRPAGE = AGE.
- RECODE GRPAGE (low THRU 25=1) (26 THRU 30=2) (31 THRU 39=3) (40 THRU 49=4)
- (50 THRU HI=5).
- VALUE LABELS GRPAGE 1 'Low - 25' 2 '26 - 30' 3 '31 - 39' 4 '40 - 49'
- 5 '50-High'.
- DISPLAY GRPAGE JOBCAT.
-
- Page 7 Basetest.inc 5/30/91
-
- Variable: GRPAGE Label: * No label *
- Value labels follow Type: Number Width: 8 Dec: 2 Missing: * None *
- 1.00 Low - 25 2.00 26 - 30
- 3.00 31 - 39 4.00 40 - 49
- 5.00 50-High
-
- Variable: JOBCAT Label: * No label *
- Value labels follow Type: Number Width: 1 Dec: 0 Missing: 9.00
- 1.00 Stk Clk 2.00 Admin
- 3.00 Sales 4.00 Mgr
-
- BEGIN DATA.
- END DATA.
- 100 cases are written to the compressed active file.
-
- This procedure was completed at 16:36:56
- FREQUENCIES VARIABLES=AGE GRPAGE /FORMAT=LIMIT(10)/HBAR NORMAL
- INCREMENT(4).
-
- ***** Memory allows a total of 8212 Values, accumulated across all Variables.
- There also may be up to 1026 Value Labels for each Variable.
-
-
- Page 8 Basetest.inc 5/30/91
-
- AGE Age in years
-
- Count Midpoint
- 5 22.00 │▄▄▄▄▄▄▄▄▄▄ .
- 22 26.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄:▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
- 19 30.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄:▄▄▄▄▄▄▄▄▄▄▄▄▄▄
- 14 34.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄:
- 6 38.00 │▄▄▄▄▄▄▄▄▄▄▄▄ .
- 7 42.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄ .
- 5 46.00 │▄▄▄▄▄▄▄▄▄▄ .
- 7 50.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄:
- 9 54.00 │▄▄▄▄▄▄▄:▄▄▄▄▄▄▄▄▄▄
- 3 58.00 │▄▄▄:▄▄
- 3 62.00 │▄:▄▄▄▄
- I....+....I....+....I....+....I....+....I....+....I
- 0 5 10 15 20 25
- Histogram frequency
-
- Valid cases 100 Missing cases 0
-
- Page 9 Basetest.inc 5/30/91
-
- GRPAGE
-
-
- Valid Cum
- Value Label Value Frequency Percent Percent Percent
-
- Low - 25 1.00 13 13.0 13.0 13.0
- 26 - 30 2.00 31 31.0 31.0 44.0
- 31 - 39 3.00 22 22.0 22.0 66.0
- 40 - 49 4.00 16 16.0 16.0 82.0
- 50-High 5.00 18 18.0 18.0 100.0
- ------- ------- -------
- Total 100 100.0 100.0
-
- Page 10 Basetest.inc 5/30/91
-
- GRPAGE
-
-
- Low - 25 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 13
- 26 - 30 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 31
- 31 - 39 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 22
- 40 - 49 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 16
- 50-High ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 18
- │
- └─────────┴─────────┴─────────┴─────────┴─────────┘
- 0 8 16 24 32 40
-
- Valid cases 100 Missing cases 0
-
- Page 11 Basetest.inc 5/30/91
-
- This procedure was completed at 16:36:59
- DES SALARY79 TO SALARY82.
-
- Page 12 Basetest.inc 5/30/91
-
-
- Number of Valid Observations (Listwise) = 27.00
-
- Variable Mean Std Dev Minimum Maximum N Label
-
- SALARY79 12192.69 7139.70 6337 45500 49
- SALARY80 11770.27 6399.89 5720 48100 100
- SALARY81 14790.04 8313.94 7757 52000 55
- SALARY82 16634.72 7901.06 5830 50700 50
-
- Page 13 Basetest.inc 5/30/91
-
- This procedure was completed at 16:37:01
- CROSSTABS DEPT82 BY GRPAGE BY SEX/ CELLS = COLUMN NONE
- / STATISTICS = CHISQ GAMMA.
-
- Memory allows for 4,308 cells with 3 dimensions for general CROSSTABS.
-
- Page 14 Basetest.inc 5/30/91
-
- DEPT82 by GRPAGE
- Controlling for..
- SEX Value = 1 Male
-
- GRPAGE Page 1 of 2
- Col Pct │
- │Low - 25 26 - 30 31 - 39 40 - 49 50-High
- │ Row
- │ 1.00│ 2.00│ 3.00│ 4.00│ 5.00│ Total
- DEPT82 ────────┼────────┼────────┼────────┼────────┼────────┤
- 1 │ 33.3 │ │ 33.3 │ 50.0 │ 100.0 │ 6
- │ │ │ │ │ │ 46.2
- ├────────┼────────┼────────┼────────┼────────┤
- 2 │ │ 50.0 │ 66.7 │ 50.0 │ │ 4
- │ │ │ │ │ │ 30.8
- ├────────┼────────┼────────┼────────┼────────┤
- 3 │ 33.3 │ 50.0 │ │ │ │ 2
- │ │ │ │ │ │ 15.4
- └────────┴────────┴────────┴────────┴────────┘
- Column 3 2 3 2 3 13
- (Continued) Total 23.1 15.4 23.1 15.4 23.1 100.0
-
- Page 15 Basetest.inc 5/30/91
-
- DEPT82 by GRPAGE
- Controlling for..
- SEX Value = 1 Male
-
- GRPAGE Page 2 of 2
- Col Pct │
- │Low - 25 26 - 30 31 - 39 40 - 49 50-High
- │ Row
- │ 1.00│ 2.00│ 3.00│ 4.00│ 5.00│ Total
- DEPT82 ────────┼────────┼────────┼────────┼────────┼────────┤
- 4 │ 33.3 │ │ │ │ │ 1
- │ │ │ │ │ │ 7.7
- └────────┴────────┴────────┴────────┴────────┘
- Column 3 2 3 2 3 13
- Total 23.1 15.4 23.1 15.4 23.1 100.0
-
-
- Page 16 Basetest.inc 5/30/91
- Chi-Square Value DF Significance
- -------------------- ----------- ---- ------------
-
- Pearson 13.36111 12 .34335
- Likelihood Ratio 15.36869 12 .22189
- Mantel-Haenszel test for 5.27820 1 .02159
- linear association
-
- Minimum Expected Frequency - .154
- Cells with Expected Frequency < 5 - 20 OF 20 (100.0%)
-
-
- Approximate
- Statistic Value ASE1 T-value Significance
- -------------------- --------- -------- ------- ------------
-
-
- Page 17 Basetest.inc 5/30/91
- Approximate
- Statistic Value ASE1 T-value Significance
- -------------------- --------- -------- ------- ------------
-
-
- Gamma -.75510 .20794 -2.88246
-
-
-
- Page 18 Basetest.inc 5/30/91
-
- DEPT82 by GRPAGE
- Controlling for..
- SEX Value = 2 Female
-
- GRPAGE Page 1 of 2
- Col Pct │
- │Low - 25 26 - 30 31 - 39 40 - 49 50-High
- │ Row
- │ 1.00│ 2.00│ 3.00│ 4.00│ 5.00│ Total
- DEPT82 ────────┼────────┼────────┼────────┼────────┼────────┤
- 1 │ 33.3 │ 30.0 │ 14.3 │ │ 25.0 │ 7
- │ │ │ │ │ │ 18.9
- ├────────┼────────┼────────┼────────┼────────┤
- 2 │ │ 30.0 │ 14.3 │ │ │ 4
- │ │ │ │ │ │ 10.8
- ├────────┼────────┼────────┼────────┼────────┤
- 3 │ 33.3 │ 30.0 │ 42.9 │ 88.9 │ 62.5 │ 20
- │ │ │ │ │ │ 54.1
- └────────┴────────┴────────┴────────┴────────┘
- Column 3 10 7 9 8 37
- (Continued) Total 8.1 27.0 18.9 24.3 21.6 100.0
-
- Page 19 Basetest.inc 5/30/91
-
- DEPT82 by GRPAGE
- Controlling for..
- SEX Value = 2 Female
-
- GRPAGE Page 2 of 2
- Col Pct │
- │Low - 25 26 - 30 31 - 39 40 - 49 50-High
- │ Row
- │ 1.00│ 2.00│ 3.00│ 4.00│ 5.00│ Total
- DEPT82 ────────┼────────┼────────┼────────┼────────┼────────┤
- 4 │ 33.3 │ 10.0 │ 28.6 │ 11.1 │ 12.5 │ 6
- │ │ │ │ │ │ 16.2
- └────────┴────────┴────────┴────────┴────────┘
- Column 3 10 7 9 8 37
- Total 8.1 27.0 18.9 24.3 21.6 100.0
-
-
- Page 20 Basetest.inc 5/30/91
- Chi-Square Value DF Significance
- -------------------- ----------- ---- ------------
-
- Pearson 13.81253 12 .31284
- Likelihood Ratio 16.11452 12 .18605
- Mantel-Haenszel test for 1.08842 1 .29682
- linear association
-
- Minimum Expected Frequency - .324
- Cells with Expected Frequency < 5 - 19 OF 20 ( 95.0%)
-
-
- Approximate
- Statistic Value ASE1 T-value Significance
- -------------------- --------- -------- ------- ------------
-
-
- Page 21 Basetest.inc 5/30/91
- Approximate
- Statistic Value ASE1 T-value Significance
- -------------------- --------- -------- ------- ------------
-
-
- Gamma .20113 .21088 .95210
-
-
-
- Number of Missing Observations: 50
-
- Page 22 Basetest.inc 5/30/91
-
- This procedure was completed at 16:37:09
-
- * SORT CASES and PLOT require the L module to be installed.
-
- SORT CASES BY EMPNAME.
-
- Size of File to Be Sorted: 100 Cases of 184 Bytes Each.
- 100 cases are written to the compressed active file.
- SORT completed successfully.
-
- Page 23 Basetest.inc 5/30/91
-
- This procedure was completed at 16:37:12
- PLOT HORIZONTAL='Raise in 1982' MIN(0)/VERTICAL=MIN(0)
- /SYMBOLS='░▒▓█'/PLOT RAISE81 WITH RAISE82.
- PLOT requires 4064 BYTES of workspace for execution.
-
- Page 24 Basetest.inc 5/30/91
-
- * * * * * * * * * * * * * * * * P L O T * * * * * * * * * * * * * * * *
-
- Data Information
-
- 100 unweighted cases accepted.
-
- Frequencies and symbols used (not applicable for control or overlay plots)
-
- 1 - ░
- 2 - ▒
- 3 - ▓
- 4 - █
-
- Page 25 Basetest.inc 5/30/91
-
- PLOT OF RAISE81 WITH RAISE82
- ┌┴────┴────┴────┴────┴────┴────┴────┴──┐
- 6750┤ ├
- │ ░ │
- │ │
- │ │
- R │ │
- A 4500┤ ░ ├
- I │ ░░ ░ │
- S │ ░ │
- E │ │
- 8 │ ░░ ░░ │
- 1 2250┤ ░ ░ ├
- │ ░ ░ ░ ░ ░ │
- │ ░▓ ▒▒░░ ░ ░ ░ │
- │▒ █░░ │
- │ ░░ ░░ │
- 0┤ ▒░░ ░ ├
- └┬────┬────┬────┬────┬────┬────┬────┬──┘
- 1500 4500 7500 10500
- 0 3000 6000 9000
-
- Raise in 1982
-
- Page 26 Basetest.inc 5/30/91
-
- 47 cases plotted.
-
- Page 27 Basetest.inc 5/30/91
-
- This procedure was completed at 16:37:16
- PROCESS IF (GRPAGE = 5)
-
- TITLE 'List of Employees over 50'.
- LIST VARIABLES = EMPNAME SALARY80 RAISE80.
-
- Page 28 List of Employees over 50 5/30/91
-
- EMPNAME SALARY80 RAISE80
-
- B. J. COOK 10757 618
- BESSIE D. GRAVES 9100 520
- BILLY J. LYLE 15210 -999
- BRIAN M. CURTIS 8619 507
- HANNAH GREGG 11700 650
- HELEN D. WILK 7605 -999
- JACKIE HAMILTON 7410 1040
- JOANNA C. DRESSLER 24277 0
- JOSEPH C. PARSONS 17550 -999
- KARLA METZ 13000 1300
- KELLY D. ODONAHUE 9360 -999
- LAURA MCKUEN 11700 0
- LOUIS C. BLOUNT 8619 507
- ROSE C. LANDA 11700 -999
- ROSE C. SHUMWAY 12350 -999
- SANDRA KEY 14300 780
- SANDY CRAWFORD 10660 -999
- SUSANNE CHARLOTTE ANDERS 9100 -999
-
- Page 29 List of Employees over 50 5/30/91
-
-
- Number of cases read = 18 Number of cases listed = 18
-
- Page 30 List of Employees over 50 5/30/91
-
- This procedure was completed at 16:37:18
-
- TITLE 'Motorcycle statistics -- Street models'.
- DATA LIST /make 1-10 (A) model 11-20 (A) numcyl 21
- engcc 24-29 (2) etime 33-37 (2) etmph 40-45 (2)
- topspd 48-50 wt 53-55 mileage 59-63 (A)
- brak60 67-69.
- VARIABLE LABELS NUMCYL 'Number of cylinders'
- ENGCC 'Engine size in C.C.'
- ETIME 'Elapsed time in quarter mile'
- ETMPH 'Top speed in quarter mile'
- TOPSPD 'Maximum speed'
- MILEAGE 'Minimum and maximum miles per gallon'
- BRAK60 'Stopping distance from 60 to 0 MPH'.
- FORMAT engcc (comma7.1) .
- BEGIN DATA
-
- Page 31 Motorcycle statistics -- Street models 5/30/91
-
- WARNING 153, TEXT: NA
- INVALID DIGIT READ WITH F FORMAT--Check your data.
-
- END DATA
- 33 cases are written to the compressed active file.
-
- This procedure was completed at 16:37:20
- TRANSLATE to LOTUS3.WK3/ fieldnames/map /REPLACE.
-
- Data written to LOTUS3.WK3.
- 10 variables and 33 cases written to range: SPSSPC.
- Variable: MAKE Type: String Width: 10
- Variable: MODEL Type: String Width: 10
- Variable: NUMCYL Type: Number Width: 1 Dec: 0
- Variable: ENGCC Type: Number Width: 7 Dec: 1
- Variable: ETIME Type: Number Width: 6 Dec: 2
- Variable: ETMPH Type: Number Width: 7 Dec: 2
- Variable: TOPSPD Type: Number Width: 3 Dec: 0
- Variable: WT Type: Number Width: 3 Dec: 0
- Variable: MILEAGE Type: String Width: 5
- Variable: BRAK60 Type: Number Width: 3 Dec: 0
-
-
- Page 32 Motorcycle statistics -- Street models 5/30/91
-
- This procedure was completed at 16:37:21
- TRANSLATE to LOTUS2.WK1/ fieldnames/map /REPLACE.
-
- Data written to LOTUS2.WK1.
- 10 variables and 33 cases written to range: SPSSPC.
- Variable: MAKE Type: String Width: 10
- Variable: MODEL Type: String Width: 10
- Variable: NUMCYL Type: Number Width: 1 Dec: 0
- Variable: ENGCC Type: Number Width: 7 Dec: 1
- Variable: ETIME Type: Number Width: 6 Dec: 2
- Variable: ETMPH Type: Number Width: 7 Dec: 2
- Variable: TOPSPD Type: Number Width: 3 Dec: 0
- Variable: WT Type: Number Width: 3 Dec: 0
- Variable: MILEAGE Type: String Width: 5
- Variable: BRAK60 Type: Number Width: 3 Dec: 0
-
-
- Page 33 Motorcycle statistics -- Street models 5/30/91
-
- This procedure was completed at 16:37:23
- TRANSLATE to SYMPHONY.WRK/ fieldnames/map /REPLACE.
-
- Data written to SYMPHONY.WRK.
- 10 variables and 33 cases written to range: SPSSPC.
- Variable: MAKE Type: String Width: 10
- Variable: MODEL Type: String Width: 10
- Variable: NUMCYL Type: Number Width: 1 Dec: 0
- Variable: ENGCC Type: Number Width: 7 Dec: 1
- Variable: ETIME Type: Number Width: 6 Dec: 2
- Variable: ETMPH Type: Number Width: 7 Dec: 2
- Variable: TOPSPD Type: Number Width: 3 Dec: 0
- Variable: WT Type: Number Width: 3 Dec: 0
- Variable: MILEAGE Type: String Width: 5
- Variable: BRAK60 Type: Number Width: 3 Dec: 0
-
-
- Page 34 Motorcycle statistics -- Street models 5/30/91
-
- This procedure was completed at 16:37:25
- TRANSLATE to DBASE4.DBF/ type=DB4/map /REPLACE.
-
- Data written to DBASE4.DBF.
- 10 variables and 33 cases written.
- Variable: MAKE Type: String Width: 10
- Variable: MODEL Type: String Width: 10
- Variable: NUMCYL Type: Number Width: 1 Dec: 0
- Variable: ENGCC Type: Number Width: 7 Dec: 1
- Variable: ETIME Type: Number Width: 6 Dec: 2
- Variable: ETMPH Type: Number Width: 7 Dec: 2
- Variable: TOPSPD Type: Number Width: 3 Dec: 0
- Variable: WT Type: Number Width: 3 Dec: 0
- Variable: MILEAGE Type: String Width: 5
- Variable: BRAK60 Type: Number Width: 3 Dec: 0
-
-
- Page 35 Motorcycle statistics -- Street models 5/30/91
-
- This procedure was completed at 16:37:26
- TRANSLATE to DBASE3.DBF/ type=DB3/map /REPLACE.
-
- Data written to DBASE3.DBF.
- 10 variables and 33 cases written.
- Variable: MAKE Type: String Width: 10
- Variable: MODEL Type: String Width: 10
- Variable: NUMCYL Type: Number Width: 1 Dec: 0
- Variable: ENGCC Type: Number Width: 7 Dec: 1
- Variable: ETIME Type: Number Width: 6 Dec: 2
- Variable: ETMPH Type: Number Width: 7 Dec: 2
- Variable: TOPSPD Type: Number Width: 3 Dec: 0
- Variable: WT Type: Number Width: 3 Dec: 0
- Variable: MILEAGE Type: String Width: 5
- Variable: BRAK60 Type: Number Width: 3 Dec: 0
-
-
- Page 36 Motorcycle statistics -- Street models 5/30/91
-
- This procedure was completed at 16:37:28
- TRANSLATE to EXCEL.SLK/ fieldnames/map /REPLACE.
-
- Data written to EXCEL.SLK.
- 10 variables and 33 cases written to range: SPSSPC.
- Variable: MAKE Type: String Width: 10
- Variable: MODEL Type: String Width: 10
- Variable: NUMCYL Type: Number Width: 2 Dec: 0
- Variable: ENGCC Type: Number Width: 7 Dec: 1
- Variable: ETIME Type: Number Width: 6 Dec: 2
- Variable: ETMPH Type: Number Width: 7 Dec: 2
- Variable: TOPSPD Type: Number Width: 4 Dec: 0
- Variable: WT Type: Number Width: 3 Dec: 0
- Variable: MILEAGE Type: String Width: 5
- Variable: BRAK60 Type: Number Width: 4 Dec: 0
-
-
- Page 37 Motorcycle statistics -- Street models 5/30/91
-
- This procedure was completed at 16:37:30
-
- FINISH
-
- End of Include file.
- Errors encountered: 0
- Warnings encountered 1