You are on page 1of 8

NEW FILE.

DATASET NAME DataSet1 WINDOW=FRONT.


NEW FILE.
DATASET NAME DataSet2 WINDOW=FRONT.
DATASET ACTIVATE DataSet1.
DATASET CLOSE DataSet2.
GET DATA
/TYPE=XLS
/FILE='C:\Users\Dev\Desktop\solnyx.xls'
/SHEET=name 'Sheet2'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet3 WINDOW=FRONT.
DATASET CLOSE DataSet1.
CROSSTABS
/TABLES=gender race BY rctgroup
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ
/CELLS=COUNT
/COUNT ROUND CELL
/BARCHART.

Crosstabs

Notes
Output Created

27-JUL-2014 13:22:29

Comments
Input

Active Dataset

DataSet3

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

274

File
Missing Value Handling

Definition of Missing

User-defined missing values are treated


as missing.

Cases Used

Statistics for each table are based on all


the cases with valid data in the specified
range(s) for all variables in each table.

Syntax

CROSSTABS
/TABLES=gender race BY rctgroup
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ
/CELLS=COUNT
/COUNT ROUND CELL
/BARCHART.

Resources

Processor Time

00:00:02.45

Elapsed Time

00:00:01.89

Dimensions Requested

Cells Available

174734

Case Processing Summary


Cases
Valid
N
gender * rct
group
race * rct
group

Missing
Percent

Total

Percent

274

100.0%

0.0%

274

100.0%

274

100.0%

0.0%

274

100.0%

gender * rct
group

Crosstab
Count
rct
group
1
gender

Total

Percent

Total

49

41

38

128

42

52

52

146

91

93

90

274

Chi-Square Tests
Asymp. Sig. (2Value

df

sided)

.241

Likelihood Ratio

2.846

.241

Linear-by-Linear Association

2.453

.117

Pearson Chi-Square

N of Valid Cases

2.847

274

a. 0 cells (0.0%) have expected count less than 5. The minimum expected
count is 42.04.

race * rct
group

Crosstab
Count
rct
group
1
race

Total

63

63

63

189

15

24

25

21

70

91

93

90

274

Total

Chi-Square Tests
Asymp. Sig. (2Value

df

sided)

.726a

.948

Likelihood Ratio

.728

.948

Linear-by-Linear Association

.086

.770

N of Valid Cases

274

Pearson Chi-Square

a. 2 cells (22.2%) have expected count less than 5. The minimum


expected count is 4.93.

ONEWAY age BY rctgroup


/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS.

Oneway

Notes
Output Created

27-JUL-2014 13:37:29

Comments
Input

Active Dataset

DataSet3

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

274

File
Missing Value Handling

Definition of Missing

User-defined missing values are treated


as missing.

Cases Used

Statistics for each analysis are based


on cases with no missing data for any
variable in the analysis.

Syntax

ONEWAY age BY rctgroup


/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.02

Descriptives
age
95% Confidence Interval for Mean
N

Mean

Std. Deviation

Std. Error

Lower Bound

Upper Bound

Minimum

91

52.45

9.420

.987

50.49

54.41

21

93

51.60

9.703

1.006

49.60

53.60

29

90

54.22

11.050

1.165

51.91

56.54

25

274

52.74

10.099

.610

51.54

53.95

21

Total

Descriptives
age
Maximum
1

73

82

79

Total

82

ANOVA
age
Sum of Squares

df

Mean Square

Sig.

Between Groups

325.754

162.877

Within Groups

27516.363

271

101.536

Total

27842.117

273

1.604

.203

Oneway

Notes
Output Created

27-JUL-2014 13:44:21

Comments
Input

Active Dataset

DataSet3

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

274

File
Missing Value Handling

Definition of Missing

User-defined missing values are treated


as missing.

Cases Used

Statistics for each analysis are based


on cases with no missing data for any
variable in the analysis.

Syntax

ONEWAY hr BY rctgroup
/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.04

Descriptives
hr
95% Confidence Interval for Mean
N
1

Mean
91

71.65

Std. Deviation
7.765

Std. Error
.814

Lower Bound
70.03

Upper Bound
73.27

Minimum
53

93

72.51

7.901

.819

70.88

74.13

51

90

73.82

6.085

.641

72.55

75.10

58

274

72.65

7.334

.443

71.78

73.53

51

Total

Descriptives
hr
Maximum
1

88

86

85

Total

88

ANOVA
hr
Sum of Squares
Between Groups

df

Mean Square

216.912

108.456

Within Groups

14465.150

271

53.377

Total

14682.062

273

F
2.032

Sig.
.133

You might also like