Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
53 views15 pages

Data Analysis: Pre/Post Variables

The document examines variables from a dataset with 12 cases before and after a medical procedure. It provides descriptive statistics like means, medians, variances, and boxplots of the variables. Normality tests show some variables are not normally distributed.

Uploaded by

Danyx Reistanza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views15 pages

Data Analysis: Pre/Post Variables

The document examines variables from a dataset with 12 cases before and after a medical procedure. It provides descriptive statistics like means, medians, variances, and boxplots of the variables. Normality tests show some variables are not normally distributed.

Uploaded by

Danyx Reistanza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 15

EXAMINE VARIABLES=pre_mm pre_cerleft post_mm post_cerleft

/PLOT BOXPLOT STEMLEAF NPPLOT


/COMPARE GROUP
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Explore

Notes

Output Created 30-Jun-2016 10:36:31

Comments

Input Active Dataset DataSet0

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data


12
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=pre_mm


pre_cerleft post_mm post_cerleft
/PLOT BOXPLOT STEMLEAF
NPPLOT
/COMPARE GROUP
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Resources Processor Time 00:00:03.603

Elapsed Time 00:00:04.393

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total

N Percent N Percent N Percent

pre_mm 12 100.0% 0 .0% 12 100.0%

pre_cerleft 12 100.0% 0 .0% 12 100.0%

post_mm 12 100.0% 0 .0% 12 100.0%

post_cerleft 12 100.0% 0 .0% 12 100.0%

Descriptives

Statistic Std. Error

pre_mm Mean 4.00 .408

95% Confidence Interval for Lower Bound 3.10


Mean
Upper Bound 4.90

5% Trimmed Mean 4.00

Median 4.50

Variance 2.000

Std. Deviation 1.414

Minimum 2

Maximum 6

Range 4

Interquartile Range 3

Skewness -.463 .637

Kurtosis -1.276 1.232

pre_cerleft Mean 3.58 .313

95% Confidence Interval for Lower Bound 2.89


Mean Upper Bound 4.27

5% Trimmed Mean 3.59

Median 3.50

Variance 1.174

Std. Deviation 1.084

Minimum 2

Maximum 5

Range 3

Interquartile Range 2

Skewness .001 .637


Kurtosis -1.153 1.232

post_mm Mean 8.00 .444

95% Confidence Interval for Lower Bound 7.02


Mean Upper Bound 8.98

5% Trimmed Mean 8.17

Median 9.00

Variance 2.364

Std. Deviation 1.537

Minimum 4

Maximum 9

Range 5

Interquartile Range 2

Skewness -1.801 .637

Kurtosis 3.469 1.232

post_cerleft Mean 6.58 .609

95% Confidence Interval for Lower Bound 5.24


Mean
Upper Bound 7.92

5% Trimmed Mean 6.65

Median 7.00

Variance 4.447

Std. Deviation 2.109

Minimum 3

Maximum 9

Range 6

Interquartile Range 4

Skewness -.593 .637

Kurtosis -.506 1.232

Tests of Normality

Kolmogorov-Smirnova Shapiro-Wilk

Statistic df Sig. Statistic df Sig.

pre_mm .260 12 .024 .853 12 .040

pre_cerleft .205 12 .176 .890 12 .118

post_mm .326 12 .001 .705 12 .001


post_cerleft .162 12 .200* .898 12 .150

a. Lilliefors Significance Correction

*. This is a lower bound of the true significance.

pre_mm
pre_mm Stem-and-Leaf Plot

Frequency Stem & Leaf

3.00 2 . 000
1.00 3 . 0
2.00 4 . 00
5.00 5 . 00000
1.00 6 . 0

Stem width: 1
Each leaf: 1 case(s)
pre_cerleft
pre_cerleft Stem-and-Leaf Plot

Frequency Stem & Leaf

2.00 2 . 00
4.00 3 . 0000
3.00 4 . 000
3.00 5 . 000

Stem width: 1
Each leaf: 1 case(s)
post_mm
post_mm Stem-and-Leaf Plot

Frequency Stem & Leaf

1.00 4 . 0
.00 5 .
.00 6 .
3.00 7 . 000
1.00 8 . 0
7.00 9 . 0000000

Stem width: 1
Each leaf: 1 case(s)
post_cerleft
post_cerleft Stem-and-Leaf Plot

Frequency Stem & Leaf

2.00 0 . 33
1.00 0 . 5
5.00 0 . 66777
4.00 0 . 8999

Stem width: 10
Each leaf: 1 case(s)

You might also like