Vous êtes sur la page 1sur 16

EXAMINE VARIABLES=Hb1 Hb2

/PLOT STEMLEAF NPPLOT


/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

/STATISTICS DESCRIPTIVES

Explore

Notes
Output Created

11-Oct-2014 10:21:22

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

[DataSet0]

Processor Time

0:00:03.900

Elapsed Time

0:00:04.541

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
Minimum

.945
.9719
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

11-Oct-2014 10:28:10

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:02.231

Elapsed Time

0:00:02.302

[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

Median

1.0086

Variance
Std. Deviation

hemoglobin2
95% Confidence Interval for
Mean

Std. Error
.01061

.002
.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
Std. Deviation

.002
.03941

Minimum

.96

Maximum

1.09

Range

.13

Interquartile Range

.07

Skewness
Kurtosis

Tests of Normality

.234

.580

-1.025

1.121

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

11-Oct-2014 10:29:35

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 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.035

Number of Cases Alloweda

112347

a. Based on availability of workspace memory.

[DataSet0]

Wilcoxon Signed Ranks Test

Ranks
N
Hb2 - Hb1

a. Hb2 < Hb1


b. Hb2 > Hb1
c. 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

Test Statisticsb
Hb2 - Hb1
Z
Asymp. Sig. (2-tailed)
a. Based on positive ranks.
b. Wilcoxon Signed Ranks Test

-.222a
.824

Vous aimerez peut-être aussi