Vous êtes sur la page 1sur 21

EXAMINE VARIABLES=hb1 hb2

/PLOT STEMLEAF NPPLOT


DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE

/STATISTICS
/NOTOTAL.

Explore

Notes
Output Created

12-Oct-2014 19:03:50

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

15

File
Missing Value Handling

Definition of Missing

User-defined missing values for


dependent variables are treated as
missing.

Cases Used

Statistics are based on cases with no


missing values for any dependent
variable or factor used.

Syntax

EXAMINE VARIABLES=hb1 hb2


/PLOT STEMLEAF NPPLOT
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Resources

Processor Time

0:00:00.858

Elapsed Time

0:00:00.874

[DataSet0]

Case Processing Summary


Cases

Valid
N

Missing
Percent

Total

Percent

Percent

hb1

15

100.0%

.0%

15

100.0%

hb2

15

100.0%

.0%

15

100.0%

Descriptives
Statistic
hb1
95% Confidence Interval for
Mean

Mean

10.660

Lower Bound

10.076

Upper Bound

11.244

5% Trimmed Mean

10.600

Median

10.200

Variance
Std. Deviation

hb2
95% Confidence Interval for
Mean

Std. Error
.2725

1.114
1.0555

Minimum

9.2

Maximum

13.2

Range

4.0

Interquartile Range

1.1

Skewness

1.303

.580

Kurtosis

1.462

1.121

Mean

10.620

.2509

Lower Bound

10.082

Upper Bound

11.158

5% Trimmed Mean

10.611

Median

10.200

Variance
Std. Deviation

.945
.9719

Minimum

9.1

Maximum

12.3

Range

3.2

Interquartile Range

1.6

Skewness

.359

.580

Kurtosis

-.970

1.121

Tests of Normality
Kolmogorov-Smirnova
Statistic

df

Shapiro-Wilk

Sig.

Statistic

df

Sig.

hb1

.269

15

.005

.848

15

.016

hb2

.201

15

.107

.917

15

.174

a. Lilliefors Significance Correction

hb1
hb1 Stem-and-Leaf Plot
Frequency

Stem &

2,00
9
8,00
10
3,00
11
1,00
12
1,00 Extremes
Stem width:
Each leaf:

.
.
.
.

Leaf
28
11122224
124
5
(>=13,2)

1,0
1 case(s)

hb2
hb2 Stem-and-Leaf Plot
Frequency
5,00
3,00
5,00
2,00
Stem width:
Each leaf:

Stem &

Leaf

9
10
11
12

18888
012
11145
23

.
.
.
.

1,0
1 case(s)

EXAMINE VARIABLES=hb1 hb2


/PLOT STEMLEAF NPPLOT
DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE

/STATISTICS
/NOTOTAL.

Explore

Notes
Output Created

12-Oct-2014 19:05:14

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

15

File
Missing Value Handling

Definition of Missing

User-defined missing values for


dependent variables are treated as
missing.

Cases Used

Statistics are based on cases with no


missing values for any dependent
variable or factor used.

Syntax

EXAMINE VARIABLES=hb1 hb2


/PLOT STEMLEAF NPPLOT
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Resources

Processor Time

0:00:00.842

Elapsed Time

0:00:00.859

[DataSet0]

Case Processing Summary


Cases
Valid
N

Missing
Percent

Total

Percent

Percent

hb1

15

100.0%

.0%

15

100.0%

hb2

15

100.0%

.0%

15

100.0%

Descriptives
Statistic
hb1
95% Confidence Interval for
Mean

Mean

10.660

Lower Bound

10.076

Upper Bound

11.244

5% Trimmed Mean

10.600

Median

10.200

Std. Error
.2725

Variance

1.114

Std. Deviation

hb2
95% Confidence Interval for
Mean

1.0555

Minimum

9.2

Maximum

13.2

Range

4.0

Interquartile Range

1.1

Skewness

1.303

.580

Kurtosis

1.462

1.121

Mean

10.620

.2509

Lower Bound

10.082

Upper Bound

11.158

5% Trimmed Mean

10.611

Median

10.200

Variance

.945

Std. Deviation

.9719

Minimum

9.1

Maximum

12.3

Range

3.2

Interquartile Range

1.6

Skewness
Kurtosis

.359

.580

-.970

1.121

Tests of Normality
Kolmogorov-Smirnova
Statistic

df

Shapiro-Wilk

Sig.

Statistic

df

Sig.

hb1

.269

15

.005

.848

15

.016

hb2

.201

15

.107

.917

15

.174

a. Lilliefors Significance Correction

hb1
hb1 Stem-and-Leaf Plot

Frequency

Stem &

2,00
9
8,00
10
3,00
11
1,00
12
1,00 Extremes
Stem width:
Each leaf:

.
.
.
.

Leaf
28
11122224
124
5
(>=13,2)

1,0
1 case(s)

hb2
hb2 Stem-and-Leaf Plot
Frequency
5,00
3,00
5,00
2,00
Stem width:
Each leaf:

Stem &

Leaf

9
10
11
12

18888
012
11145
23

.
.
.
.

1,0
1 case(s)

COMPUTE hemoglobin1=LG10(hb1). EXECUTE. COMPUTE hemoglobin2=LG10(hb2).


EXECUTE. EXAMINE VARIABLES=hemoglobin1 hemoglobin2
/PLOT STEMLEAF NPPLOT
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Explore

Notes
Output Created

12-Oct-2014 19:23:25

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

15

File
Missing Value Handling

Definition of Missing

User-defined missing values for


dependent variables are treated as
missing.

Cases Used

Statistics are based on cases with no


missing values for any dependent
variable or factor used.

Syntax

EXAMINE VARIABLES=hemoglobin1
hemoglobin2
/PLOT STEMLEAF NPPLOT
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Resources

Processor Time

0:00:00.858

Elapsed Time

0:00:00.858

[DataSet0]

Case Processing Summary


Cases
Valid
N

Missing
Percent

Total

Percent

Percent

hemoglobin1

15

100.0%

.0%

15

100.0%

hemoglobin2

15

100.0%

.0%

15

100.0%

Descriptives
Statistic
hemoglobin1
95% Confidence Interval for
Mean

Mean

1.0259

Lower Bound

1.0031

Upper Bound

1.0486

5% Trimmed Mean

1.0241

Std. Error
.01061

Median

1.0086

Variance

.002

Std. Deviation

hemoglobin2
95% Confidence Interval for
Mean

.04108

Minimum

.96

Maximum

1.12

Range

.16

Interquartile Range

.04

Skewness

1.099

.580

Kurtosis

1.037

1.121

Mean

1.0244

.01017

Lower Bound

1.0026

Upper Bound

1.0463

5% Trimmed Mean

1.0244

Median

1.0086

Variance

.002

Std. Deviation

.03941

Minimum

.96

Maximum

1.09

Range

.13

Interquartile Range

.07

Skewness
Kurtosis

.234

.580

-1.025

1.121

Tests of Normality
Kolmogorov-Smirnova
Statistic

df

Shapiro-Wilk

Sig.

Statistic

df

Sig.

hemoglobin1

.263

15

.006

.872

15

.036

hemoglobin2

.190

15

.153

.923

15

.210

a. Lilliefors Significance Correction

hemoglobin1

hemoglobin1 Stem-and-Leaf Plot


Frequency

Stem &

2,00
9 .
10,00
10 .
2,00
10 .
1,00 Extremes
Stem width:
Each leaf:

Leaf
69
0000000144
59
(>=1,12)

,10
1 case(s)

hemoglobin2
hemoglobin2 Stem-and-Leaf Plot
Frequency
5,00
6,00
4,00
Stem width:
Each leaf:

Stem &
9 .
10 .
10 .

Leaf
59999
000444
5688

,10
1 case(s)

NPAR TESTS

/WILCOXON=hb1 WITH hb2 (PAIRED)

/MISSING ANALYSIS.

NPar Tests

Notes
Output Created

12-Oct-2014 19:25:18

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data


File

15

Missing Value Handling

Definition of Missing

User-defined missing values are treated


as missing.

Cases Used

Statistics for each test are based on all


cases with valid data for the variable(s)
used in that test.

Syntax

NPAR TESTS
/WILCOXON=hb1 WITH hb2
(PAIRED)
/MISSING ANALYSIS.

Resources

Processor Time

0:00:00.016

Elapsed Time

0:00:00.016

Number of Cases Alloweda

112347

a. Based on availability of workspace memory.

[DataSet0]

Wilcoxon Signed Ranks Test

Ranks
N
hb2 - hb1

Mean Rank

Sum of Ranks

Negative Ranks

9a

6.22

56.00

Positive Ranks

5b

9.80

49.00

Ties

1c

Total

15

a. hb2 < hb1


b. hb2 > hb1
c. hb2 = hb1

Test Statisticsb
hb2 - hb1
Z
Asymp. Sig. (2-tailed)

-.222a
.824

a. Based on positive ranks.


b. Wilcoxon Signed Ranks Test

Vous aimerez peut-être aussi