Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 23

GET DATA /TYPE=XLSX

/FILE='C:\Documents and Settings\Administrator\Desktop\2nag XL Sheet.xlsx,


5Oct2014.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet1 WINDOW=FRONT.
RECODE Age (Lowest thru 40=1) (41 thru 60=2) (60 thru Highest=3) INTO agecode.
VARIABLE LABELS agecode 'age category'.
EXECUTE.
FREQUENCIES VARIABLES=Age
/ORDER=ANALYSIS.

Frequencies

Notes
Output Created

06-OCT-2014 14:02:35

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling
Cases Used

User-defined missing values are treated


as missing.
Statistics are based on all cases with
valid data.
FREQUENCIES VARIABLES=Age

Syntax

/ORDER=ANALYSIS.

Resources

[DataSet1]

Statistics

Processor Time

00:00:00.00

Elapsed Time

00:00:00.00

Age
N

Valid

99

Missing

Age
Frequency

Percent

Valid Percent

Cumulative
Percent

Valid

18

1.0

1.0

1.0

27

1.0

1.0

2.0

30

1.0

1.0

3.0

32

1.0

1.0

4.0

34

1.0

1.0

5.1

35

2.0

2.0

7.1

36

1.0

1.0

8.1

38

2.0

2.0

10.1

39

1.0

1.0

11.1

40

1.0

1.0

12.1

42

4.0

4.0

16.2

43

1.0

1.0

17.2

44

1.0

1.0

18.2

45

2.0

2.0

20.2

46

2.0

2.0

22.2

47

1.0

1.0

23.2

50

9.1

9.1

32.3

51

2.0

2.0

34.3

52

3.0

3.0

37.4

53

1.0

1.0

38.4

54

3.0

3.0

41.4

55

6.1

6.1

47.5

56

1.0

1.0

48.5

57

1.0

1.0

49.5

58

3.0

3.0

52.5

59

2.0

2.0

54.5

60

13

13.1

13.1

67.7

61

2.0

2.0

69.7

63

2.0

2.0

71.7

64

1.0

1.0

72.7

65

7.1

7.1

79.8

67

3.0

3.0

82.8

68

2.0

2.0

84.8

70

4.0

4.0

88.9

71

1.0

1.0

89.9

72

1.0

1.0

90.9

74

1.0

1.0

91.9

75

4.0

4.0

96.0

78

1.0

1.0

97.0

80

1.0

1.0

98.0

84

1.0

1.0

99.0

85

1.0

1.0

100.0

99

100.0

100.0

Total

DESCRIPTIVES VARIABLES=Age
/STATISTICS=MEAN SUM STDDEV VARIANCE RANGE MIN MAX SEMEAN.

Descriptives

Notes
Output Created

06-OCT-2014 14:03:21

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Missing Value Handling

Definition of Missing
Cases Used

User defined missing values are treated


as missing.
All non-missing data are used.

DESCRIPTIVES VARIABLES=Age
/STATISTICS=MEAN SUM STDDEV

Syntax

VARIANCE RANGE MIN MAX


SEMEAN.

Resources

Processor Time

00:00:00.00

Elapsed Time

00:00:00.00

[DataSet1]

Descriptive Statistics
N

Range

Minimum

Maximum

Sum

Statistic

Statistic

Statistic

Statistic

Statistic

Age

99

Valid N (listwise)

99

67

18

85

5552

Mean
Statistic

Std. Error

56.08

1.282

Descriptive Statistics
Std. Deviation

Variance

Statistic

Statistic

Age

12.758

Valid N (listwise)

CROSSTABS
/TABLES=agecode BY Gender
/FORMAT=AVALUE TABLES
/CELLS=COUNT
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:04:13

Comments
Input

Active Dataset

DataSet1

Filter

<none>

162.769

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
User-defined missing values are treated

Definition of Missing

as missing.

Missing Value Handling

Statistics for each table are based on all


Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.
CROSSTABS
/TABLES=agecode BY Gender

Syntax

/FORMAT=AVALUE TABLES
/CELLS=COUNT
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.01

Dimensions Requested

Cells Available

174734

[DataSet1]

Case Processing Summary


Cases
Valid
N
age category * Gender

Missing
Percent

99

100.0%

Percent
0

0.0%

age category * Gender Crosstabulation


Count
Gender
F
lowest - 40
age category

Total

Total
M

12

41-60

34

21

55

60-highest

19

13

32

Percent
99

100.0%

Total

59

40

99

CROSSTABS
/TABLES=agecode BY Gender
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:05:20

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each table are based on all

Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.
CROSSTABS
/TABLES=agecode BY Gender
/FORMAT=AVALUE TABLES

Syntax

/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN
TOTAL
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.03

Dimensions Requested
Cells Available

2
174734

[DataSet1]

Case Processing Summary


Cases
Valid
N
age category * Gender

Missing
Percent

99

100.0%

Total

Percent
0

0.0%

Percent
99

100.0%

age category * Gender Crosstabulation


Gender
F

Count
lowest - 40

12

% within age category

50.0%

50.0%

100.0%

% within Gender

10.2%

15.0%

12.1%

6.1%

6.1%

12.1%

34

21

55

% within age category

61.8%

38.2%

100.0%

% within Gender

57.6%

52.5%

55.6%

% of Total

34.3%

21.2%

55.6%

19

13

32

% within age category

59.4%

40.6%

100.0%

% within Gender

32.2%

32.5%

32.3%

% of Total

19.2%

13.1%

32.3%

59

40

99

59.6%

40.4%

100.0%

100.0%

100.0%

100.0%

59.6%

40.4%

100.0%

% of Total
Count
age category

41-60

Count
60-highest

Count
Total

% within age category


% within Gender
% of Total

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

Pearson Chi-Square

Total

.572

.751

Likelihood Ratio

.564

N of Valid Cases

99

.754

a. 1 cells (16.7%) have expected count less than 5. The minimum


expected count is 4.85.

Symmetric Measures
Value
Nominal by Nominal

Approx. Sig.

Phi

.076

.751

Cramer's V

.076

.751

N of Valid Cases

99

CROSSTABS
/TABLES=ObesityClass BY Gender
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:06:28

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each table are based on all

Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.

CROSSTABS
/TABLES=ObesityClass BY Gender
/FORMAT=AVALUE TABLES
Syntax

/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN
TOTAL
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.02

Dimensions Requested

Cells Available

174734

[DataSet1]

Case Processing Summary


Cases
Valid
N
ObesityClass * Gender

Missing
Percent

99

100.0%

Total

Percent
0

0.0%

Percent
99

100.0%

ObesityClass * Gender Crosstabulation


Gender
F
Count
Obesity1

Obesity1

100.0%

0.0%

100.0%

% within Gender

1.7%

0.0%

1.0%

% of Total

1.0%

0.0%

1.0%

22

30

% within ObesityClass

73.3%

26.7%

100.0%

% within Gender

37.3%

20.0%

30.3%

% of Total

22.2%

8.1%

30.3%

% within ObesityClass

85.7%

14.3%

100.0%

% within Gender

10.2%

2.5%

7.1%

% within ObesityClass

Count
Obesity2

M
1

Count
ObesityClass

Total

% of Total

6.1%

1.0%

7.1%

100.0%

0.0%

100.0%

% within Gender

3.4%

0.0%

2.0%

% of Total

2.0%

0.0%

2.0%

28

31

59

% within ObesityClass

47.5%

52.5%

100.0%

% within Gender

47.5%

77.5%

59.6%

% of Total

28.3%

31.3%

59.6%

59

40

99

59.6%

40.4%

100.0%

100.0%

100.0%

100.0%

59.6%

40.4%

100.0%

Count
% within ObesityClass

Obesity3

Count
Overweight

Count
% within ObesityClass

Total

% within Gender
% of Total

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

Pearson Chi-Square

9.978a

.041

Likelihood Ratio

11.399

.022

N of Valid Cases

99

a. 6 cells (60.0%) have expected count less than 5. The minimum


expected count is .40.

Symmetric Measures
Value
Nominal by Nominal

Approx. Sig.

Phi

.317

.041

Cramer's V

.317

.041

N of Valid Cases

CORRELATIONS
/VARIABLES=BMI Neck
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

99

Correlations

Notes
Output Created

06-OCT-2014 14:08:42

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
User-defined missing values are treated

Definition of Missing

as missing.

Missing Value Handling

Statistics for each pair of variables are


Cases Used

based on all the cases with valid data


for that pair.
CORRELATIONS
/VARIABLES=BMI Neck

Syntax

/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.02

[DataSet1]

Correlations
BMI
Pearson Correlation
BMI

Sig. (2-tailed)
N
Pearson Correlation

Neck

Neck

Sig. (2-tailed)
N

.285**
.004

99

99

**

.285

.004
99

99

**. Correlation is significant at the 0.01 level (2-tailed).

CROSSTABS
/TABLES=Smoker Steroid BY ObesityClass
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:13:52

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each table are based on all

Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.
CROSSTABS
/TABLES=Smoker Steroid BY
ObesityClass
/FORMAT=AVALUE TABLES

Syntax

/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN
TOTAL
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.00

Elapsed Time

00:00:00.00

Dimensions Requested

Cells Available

174734

[DataSet1]

Case Processing Summary


Cases
Valid
N

Missing
Percent

Total

Percent

Percent

Smoker * ObesityClass

99

100.0%

0.0%

99

100.0%

Steroid * ObesityClass

99

100.0%

0.0%

99

100.0%

Smoker * ObesityClass

Crosstab
ObesityClass
Obesity1
Count
N

Overweight

41

1.3%

35.1%

7.8%

2.6%

53.2%

100.0%

90.0%

85.7%

100.0%

69.5%

1.0%

27.3%

6.1%

2.0%

41.4%

18

% within Smoker

0.0%

13.6%

4.5%

0.0%

81.8%

% within ObesityClass

0.0%

10.0%

14.3%

0.0%

30.5%

% of Total

0.0%

3.0%

1.0%

0.0%

18.2%

30

59

1.0%

30.3%

7.1%

2.0%

59.6%

100.0%

100.0%

100.0%

100.0%

100.0%

1.0%

30.3%

7.1%

2.0%

59.6%

% within Smoker
% within ObesityClass

Count
Total

Obesity3

27

Count
Y

Obesity2

% of Total

Smoker

Obesity1

% within Smoker
% within ObesityClass
% of Total

Crosstab
Total

Count

77

% within Smoker

Smoker

100.0%

% within ObesityClass

77.8%

% of Total

77.8%

Count

22

% within Smoker

100.0%

% within ObesityClass

22.2%

% of Total

22.2%

Count
Total

99

% within Smoker

100.0%

% within ObesityClass

100.0%

% of Total

100.0%

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

.196

Likelihood Ratio

7.052

.133

N of Valid Cases

99

Pearson Chi-Square

6.049

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


expected count is .22.

Symmetric Measures
Value
Nominal by Nominal

Approx. Sig.

Phi

.247

.196

Cramer's V

.247

.196

N of Valid Cases

Steroid * ObesityClass

99

Crosstab
ObesityClass
Obesity1
Count
N

Overweight

54

1.1%

29.9%

4.6%

2.3%

62.1%

100.0%

86.7%

57.1%

100.0%

91.5%

1.0%

26.3%

4.0%

2.0%

54.5%

% within Steroid

0.0%

33.3%

25.0%

0.0%

41.7%

% within ObesityClass

0.0%

13.3%

42.9%

0.0%

8.5%

% of Total

0.0%

4.0%

3.0%

0.0%

5.1%

30

59

1.0%

30.3%

7.1%

2.0%

59.6%

100.0%

100.0%

100.0%

100.0%

100.0%

1.0%

30.3%

7.1%

2.0%

59.6%

% within Steroid
% within ObesityClass

Count
Total

Obesity3

26

Count
Y

Obesity2

% of Total

Steroid

Obesity1

% within Steroid
% within ObesityClass
% of Total

Crosstab
Total
Count

87

% within Steroid

Steroid

100.0%

% within ObesityClass

87.9%

% of Total

87.9%

Count

12

% within Steroid

100.0%

% within ObesityClass

12.1%

% of Total

12.1%

Count
Total

99

% within Steroid

100.0%

% within ObesityClass

100.0%

% of Total

100.0%

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

Pearson Chi-Square

7.400

.116

Likelihood Ratio

5.762

N of Valid Cases

99

.218

a. 6 cells (60.0%) have expected count less than 5. The minimum


expected count is .12.

Symmetric Measures
Value
Nominal by Nominal

Approx. Sig.

Phi

.273

.116

Cramer's V

.273

.116

N of Valid Cases

99

CROSSTABS
/TABLES=Smoker BY ObesityClass
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:15:00

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each table are based on all

Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.

CROSSTABS
/TABLES=Smoker BY ObesityClass
/FORMAT=AVALUE TABLES
Syntax

/STATISTICS=CHISQ PHI
/CELLS=COUNT ROW COLUMN
TOTAL
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.00

Elapsed Time

00:00:00.00

Dimensions Requested

Cells Available

174734

[DataSet1]

Case Processing Summary


Cases
Valid
N
Smoker * ObesityClass

Missing
Percent

99

100.0%

Total

Percent
0

0.0%

Percent
99

100.0%

Smoker * ObesityClass Crosstabulation


ObesityClass
Obesity1
Count
N

Total

Obesity3

Overweight

27

41

1.3%

35.1%

7.8%

2.6%

53.2%

100.0%

90.0%

85.7%

100.0%

69.5%

1.0%

27.3%

6.1%

2.0%

41.4%

18

% within Smoker

0.0%

13.6%

4.5%

0.0%

81.8%

% within ObesityClass

0.0%

10.0%

14.3%

0.0%

30.5%

% of Total

0.0%

3.0%

1.0%

0.0%

18.2%

30

59

1.0%

30.3%

7.1%

2.0%

59.6%

100.0%

100.0%

100.0%

100.0%

100.0%

% within Smoker
% within ObesityClass

Count
Y

Obesity2

% of Total

Smoker

Obesity1

Count
% within Smoker
% within ObesityClass

% of Total

1.0%

30.3%

7.1%

2.0%

59.6%

Smoker * ObesityClass Crosstabulation


Total
Count

77

% within Smoker

Smoker

100.0%

% within ObesityClass

77.8%

% of Total

77.8%

Count

22

% within Smoker

100.0%

% within ObesityClass

22.2%

% of Total

22.2%

Count
Total

99

% within Smoker

100.0%

% within ObesityClass

100.0%

% of Total

100.0%

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

.196

Likelihood Ratio

7.052

.133

N of Valid Cases

99

Pearson Chi-Square

6.049

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


expected count is .22.

Symmetric Measures
Value
Nominal by Nominal

Approx. Sig.

Phi

.247

.196

Cramer's V

.247

.196

N of Valid Cases

CROSSTABS
/TABLES=Smoker BY ObesityClass
/FORMAT=AVALUE TABLES

99

/STATISTICS=CHISQ PHI
/CELLS=COUNT
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:15:23

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each table are based on all

Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.
CROSSTABS
/TABLES=Smoker BY ObesityClass
/FORMAT=AVALUE TABLES

Syntax

/STATISTICS=CHISQ PHI
/CELLS=COUNT
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.01

Dimensions Requested
Cells Available

[DataSet1]

Case Processing Summary

2
174734

Cases
Valid
N

Missing
Percent

Smoker * ObesityClass

99

Total

Percent

100.0%

0.0%

Percent
99

100.0%

Smoker * ObesityClass Crosstabulation


Count
ObesityClass
Obesity1
Smoker

Obesity1

Obesity2

Total
Obesity3

Overweight

27

41

77

18

22

30

59

99

Total

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

.196

Likelihood Ratio

7.052

.133

N of Valid Cases

99

Pearson Chi-Square

6.049

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


expected count is .22.

Symmetric Measures
Value
Nominal by Nominal
N of Valid Cases

Approx. Sig.

Phi

.247

.196

Cramer's V

.247

.196

99

CROSSTABS
/TABLES=Smoker Steroid BY ObesityClass
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created

06-OCT-2014 14:16:06

Comments

Input

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

99

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each table are based on all

Cases Used

the cases with valid data in the specified


range(s) for all variables in each table.
CROSSTABS
/TABLES=Smoker Steroid BY
ObesityClass

Syntax

/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.01

Dimensions Requested

Cells Available

174734

[DataSet1]

Case Processing Summary


Cases

Valid
N

Missing
Percent

Total

Percent

Percent

Smoker * ObesityClass

99

100.0%

0.0%

99

100.0%

Steroid * ObesityClass

99

100.0%

0.0%

99

100.0%

Smoker * ObesityClass

Crosstab
Count
ObesityClass
Obesity1
Smoker

Obesity1

Obesity2

Total
Obesity3

Overweight

27

41

77

18

22

30

59

99

Total

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

.196

Likelihood Ratio

7.052

.133

N of Valid Cases

99

Pearson Chi-Square

6.049

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


expected count is .22.

Symmetric Measures
Value
Nominal by Nominal
N of Valid Cases

Approx. Sig.

Phi

.247

.196

Cramer's V

.247

.196

99

Steroid * ObesityClass

Crosstab
Count
ObesityClass
Obesity1
Steroid

Obesity1

Obesity2

Total
Obesity3

Overweight

26

54

87

12

30

59

99

Total

Chi-Square Tests
Value

df

Asymp. Sig. (2sided)

.116

Likelihood Ratio

5.762

.218

N of Valid Cases

99

Pearson Chi-Square

7.400

a. 6 cells (60.0%) have expected count less than 5. The minimum


expected count is .12.

Symmetric Measures
Value
Nominal by Nominal
N of Valid Cases

Approx. Sig.

Phi

.273

.116

Cramer's V

.273

.116

99

You might also like