0% found this document useful (0 votes)
15 views34 pages

Traditional

The document examines the variable Monthly_Mobile_Bill by the grouping variable Gender using various statistical tests and plots. It provides descriptive statistics and tests of normality for Monthly_Mobile_Bill for both males and females. It also displays box plots, stem-and-leaf plots, histograms, normal Q-Q plots and detrended normal Q-Q plots for Monthly_Mobile_Bill by Gender.

Uploaded by

devanshichavda08
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)
15 views34 pages

Traditional

The document examines the variable Monthly_Mobile_Bill by the grouping variable Gender using various statistical tests and plots. It provides descriptive statistics and tests of normality for Monthly_Mobile_Bill for both males and females. It also displays box plots, stem-and-leaf plots, histograms, normal Q-Q plots and detrended normal Q-Q plots for Monthly_Mobile_Bill by Gender.

Uploaded by

devanshichavda08
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/ 34

GET

FILE='C:\Users\Devanshi30\Desktop\MBA\sem2\independent sample t test.sav'.


DATASET NAME DataSet1 WINDOW=FRONT.
EXAMINE VARIABLES=Monthly_Mobile_Bill BY Gender
/PLOT BOXPLOT STEMLEAF HISTOGRAM NPPLOT
/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Explore

Notes

Output Created 15-MAR-2024 10:37:34


Comments
C:\Users\Devanshi30\
Desktop\MBA\sem2\
Data
independent sample t
test.sav
Active Dataset DataSet1
Input
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
41
File
User-defined missing values
Definition of Missing for dependent variables are
treated as missing.
Missing Value Handling Statistics are based on cases
with no missing values for
Cases Used
any dependent variable or
factor used.
EXAMINE
VARIABLES=Monthly_Mobile
_Bill BY Gender
/PLOT BOXPLOT
STEMLEAF HISTOGRAM
NPPLOT
Syntax
/COMPARE GROUPS
/STATISTICS
DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
Processor Time 00:00:01.98
Resources
Elapsed Time 00:00:01.47

[DataSet1] C:\Users\Devanshi30\Desktop\MBA\sem2\independent sample t test.sav

Gender

Case Processing Summary

Gender Cases

Valid Missing Total

N Percent N Percent N Percent

Male 20 100.0% 0 0.0% 20 100.0%


Monthly_Mobile_Bill
Female 21 100.0% 0 0.0% 21 100.0%

Descriptives

Gender Statistic Std. Error

Monthly_Mobile_Bill Male Mean 429.05 2.752

95% Confidence Interval for Lower Bound 423.29


Mean Upper Bound 434.81
5% Trimmed Mean 429.00

Median 431.50

Variance 151.418

Std. Deviation 12.305

Minimum 411

Maximum 448

Range 37

Interquartile Range 21

Skewness -.119 .512

Kurtosis -1.065 .992

Mean 430.52 2.741

95% Confidence Interval for Lower Bound 424.81


Mean Upper Bound 436.24

5% Trimmed Mean 430.22

Median 432.00

Variance 157.762

Female Std. Deviation 12.560

Minimum 411

Maximum 456

Range 45

Interquartile Range 21

Skewness -.085 .501

Kurtosis -.689 .972

Tests of Normality

Gender Kolmogorov-Smirnova Shapiro-Wilk

Statistic df Sig. Statistic df Sig.

Male .123 20 .200* .931 20 .161


Monthly_Mobile_Bill
*
Female .118 21 .200 .950 21 .348

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


a. Lilliefors Significance Correction
Monthly_Mobile_Bill

Histograms
Stem-and-Leaf Plots

Monthly_Mobile_Bill Stem-and-Leaf Plot for


Gender= Male

Frequency Stem & Leaf

4.00 41 . 1113
1.00 41 . 5
2.00 42 . 23
2.00 42 . 78
4.00 43 . 1222
3.00 43 . 568
1.00 44 . 4
3.00 44 . 578

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

Monthly_Mobile_Bill Stem-and-Leaf Plot for


Gender= Female

Frequency Stem & Leaf

5.00 41 . 12238
4.00 42 . 1478
6.00 43 . 225577
5.00 44 . 01244
1.00 45 . 6

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

Normal Q-Q Plots


Detrended Normal Q-Q Plots
T-TEST GROUPS=Gender(1 2)
/MISSING=ANALYSIS
/VARIABLES=Monthly_Mobile_Bill
/CRITERIA=CI(.95).

T-Test

Notes

Output Created 15-MAR-2024 10:39:20


Comments
C:\Users\Devanshi30\
Desktop\MBA\sem2\
Data
independent sample t
test.sav
Active Dataset DataSet1
Input
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
41
File
User defined missing values
Definition of Missing
are treated as missing.
Statistics for each analysis
Missing Value Handling are based on the cases with
Cases Used no missing or out-of-range
data for any variable in the
analysis.
T-TEST GROUPS=Gender(1
2)
/MISSING=ANALYSIS
Syntax
/VARIABLES=Monthly_Mobil
e_Bill
/CRITERIA=CI(.95).
Processor Time 00:00:00.00
Resources
Elapsed Time 00:00:00.00

[DataSet1] C:\Users\Devanshi30\Desktop\MBA\sem2\independent sample t test.sav

Group Statistics

Gender N Mean Std. Deviation Std. Error Mean

Male 20 429.05 12.305 2.752


Monthly_Mobile_Bill
Female 21 430.52 12.560 2.741

Independent Samples Test


Levene's Test for Equality of t-test for Equality of
Variances Means

F Sig. t df

Equal variances assumed .022 .884 -.379 39


Monthly_Mobile_Bill Equal variances not
-.379 38.966
assumed

Independent Samples Test

t-test for Equality of Means

Sig. (2-tailed) Mean Difference Std. Error


Difference

Equal variances assumed .707 -1.474 3.886


Monthly_Mobile_Bill
Equal variances not assumed .706 -1.474 3.884

Independent Samples Test

t-test for Equality of Means

95% Confidence Interval of the Difference

Lower Upper

Equal variances assumed -9.333 6.386


Monthly_Mobile_Bill
Equal variances not assumed -9.330 6.382

GET
FILE='C:\Users\Devanshi30\Desktop\MBA\sem2\dependent sample t test.sav'.
DATASET NAME DataSet2 WINDOW=FRONT.
EXAMINE VARIABLES=Before_Training After_Training
/PLOT BOXPLOT STEMLEAF HISTOGRAM NPPLOT
/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Explore

Notes

Output Created 15-MAR-2024 10:52:11


Comments
C:\Users\Devanshi30\
Data Desktop\MBA\sem2\
dependent sample t test.sav
Active Dataset DataSet2
Input Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
25
File
User-defined missing values
Definition of Missing for dependent variables are
treated as missing.
Missing Value Handling Statistics are based on cases
with no missing values for
Cases Used
any dependent variable or
factor used.
EXAMINE
VARIABLES=Before_Training
After_Training
/PLOT BOXPLOT
STEMLEAF HISTOGRAM
NPPLOT
Syntax
/COMPARE GROUPS
/STATISTICS
DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
Processor Time 00:00:00.47
Resources
Elapsed Time 00:00:00.77

[DataSet2] C:\Users\Devanshi30\Desktop\MBA\sem2\dependent sample t test.sav

Case Processing Summary

Cases

Valid Missing Total


N Percent N Percent N Percent

Number of Productive Daily


25 100.0% 0 0.0% 25 100.0%
Sales Call Before Training
Number of Productive Daily
25 100.0% 0 0.0% 25 100.0%
Sales Call After Training

Descriptives

Statistic Std. Error

Mean 3.40 .265

95% Confidence Interval for Lower Bound 2.85


Mean Upper Bound 3.95

5% Trimmed Mean 3.40

Median 3.00

Variance 1.750
Number of Productive Daily
Std. Deviation 1.323
Sales Call Before Training
Minimum 1

Maximum 6

Range 5

Interquartile Range 2

Skewness .000 .464

Kurtosis -.600 .902


Mean 6.00 .238

95% Confidence Interval for Lower Bound 5.51


Mean Upper Bound 6.49

5% Trimmed Mean 6.00

Median 6.00

Variance 1.417
Number of Productive Daily
Std. Deviation 1.190
Sales Call After Training
Minimum 4

Maximum 8

Range 4

Interquartile Range 2

Skewness .000 .464

Kurtosis -.588 .902


Tests of Normality

Kolmogorov-Smirnova Shapiro-Wilk

Statistic df Sig. Statistic df Sig.

Number of Productive Daily


.179 25 .038 .942 25 .161
Sales Call Before Training
Number of Productive Daily
.180 25 .036 .922 25 .057
Sales Call After Training

a. Lilliefors Significance Correction

Number of Productive Daily Sales Call Before Training


Number of Productive Daily Sales Call Before Training Stem-and-Leaf Plot

Frequency Stem & Leaf

2.00 Extremes (=<1.0)


4.00 2 . 0000
.00 2 .
8.00 3 . 00000000
.00 3 .
5.00 4 . 00000
.00 4 .
5.00 5 . 00000
1.00 Extremes (>=6.0)

Stem width: 1
Each leaf: 1 case(s)
Number of Productive Daily Sales Call After Training
Number of Productive Daily Sales Call After Training Stem-and-Leaf Plot

Frequency Stem & Leaf

3.00 4 . 000
.00 4 .
5.00 5 . 00000
.00 5 .
9.00 6 . 000000000
.00 6 .
5.00 7 . 00000
.00 7 .
3.00 8 . 000

Stem width: 1
Each leaf: 1 case(s)
T-TEST PAIRS=Before_Training WITH After_Training (PAIRED)
/CRITERIA=CI(.9500)
/MISSING=ANALYSIS.

T-Test

Notes

Output Created 15-MAR-2024 10:57:31


Comments
C:\Users\Devanshi30\
Data Desktop\MBA\sem2\
dependent sample t test.sav
Active Dataset DataSet2
Input Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
25
File
User defined missing values
Definition of Missing
are treated as missing.
Statistics for each analysis
Missing Value Handling are based on the cases with
Cases Used no missing or out-of-range
data for any variable in the
analysis.
T-TEST
PAIRS=Before_Training
WITH After_Training
Syntax
(PAIRED)
/CRITERIA=CI(.9500)
/MISSING=ANALYSIS.
Processor Time 00:00:00.00
Resources
Elapsed Time 00:00:00.00

[DataSet2] C:\Users\Devanshi30\Desktop\MBA\sem2\dependent sample t test.sav

Paired Samples Statistics

Mean N Std. Deviation Std. Error Mean

Number of Productive Daily


3.40 25 1.323 .265
Sales Call Before Training
Pair 1
Number of Productive Daily
6.00 25 1.190 .238
Sales Call After Training

Paired Samples Correlations


N Correlation Sig.

Number of Productive Daily


Sales Call Before Training &
Pair 1 25 .053 .802
Number of Productive Daily
Sales Call After Training

Paired Samples Test

Paired Differences

Mean Std. Deviation Std. Error Mean 95% Confidence


Interval of the
Difference

Lower

Number of Productive Daily


Sales Call Before Training -
Pair 1 -2.600 1.732 .346 -3.315
Number of Productive Daily
Sales Call After Training

Paired Samples Test

Paired Differences t df Sig. (2-tailed)

95% Confidence
Interval of the
Difference

Upper

Number of Productive Daily


Sales Call Before Training -
Pair 1 -1.885 -7.506 24 .000
Number of Productive Daily
Sales Call After Training

GET
FILE='C:\Users\Devanshi30\Desktop\MBA\sem2\one sample t test.sav'.
DATASET NAME DataSet3 WINDOW=FRONT.
EXAMINE VARIABLES=weight_grams
/PLOT BOXPLOT STEMLEAF HISTOGRAM NPPLOT
/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
Explore

Notes

Output Created 15-MAR-2024 11:06:38


Comments
C:\Users\Devanshi30\
Data Desktop\MBA\sem2\one
sample t test.sav
Active Dataset DataSet3
Input Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
46
File
User-defined missing values
Definition of Missing for dependent variables are
treated as missing.
Missing Value Handling Statistics are based on cases
with no missing values for
Cases Used
any dependent variable or
factor used.
EXAMINE
VARIABLES=weight_grams
/PLOT BOXPLOT
STEMLEAF HISTOGRAM
NPPLOT
Syntax /COMPARE GROUPS
/STATISTICS
DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
Processor Time 00:00:00.20
Resources
Elapsed Time 00:00:00.39
[DataSet3] C:\Users\Devanshi30\Desktop\MBA\sem2\one sample t test.sav

Case Processing Summary

Cases

Valid Missing Total

N Percent N Percent N Percent

weight_grams 46 100.0% 0 0.0% 46 100.0%

Descriptives

Statistic Std. Error

Mean 500.001261 .0006238

95% Confidence Interval for Lower Bound 500.000005


Mean Upper Bound 500.002517

5% Trimmed Mean 500.001275

Median 500.001000

Variance .000

weight_grams Std. Deviation .0042305

Minimum 499.9925

Maximum 500.0100

Range .0175

Interquartile Range .0055

Skewness .184 .350

Kurtosis -.234 .688

Tests of Normality

Kolmogorov-Smirnova Shapiro-Wilk

Statistic df Sig. Statistic df Sig.

weight_grams .198 46 .000 .954 46 .065

a. Lilliefors Significance Correction


weight_grams

weight_grams Stem-and-Leaf Plot

Frequency Stem & Leaf

2.00 49999 . 22
9.00 49999 . 556777778
23.00 50000 . 00000000000111111111234
11.00 50000 . 55556778899
1.00 50001 . 0

Stem width: .0100


Each leaf: 1 case(s)
T-TEST
/TESTVAL=500
/MISSING=ANALYSIS
/VARIABLES=weight_grams
/CRITERIA=CI(.95).

T-Test

Notes

Output Created 15-MAR-2024 11:09:18


Comments
C:\Users\Devanshi30\
Data Desktop\MBA\sem2\one
sample t test.sav
Active Dataset DataSet3
Input Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
46
File
User defined missing values
Definition of Missing
are treated as missing.
Statistics for each analysis
Missing Value Handling are based on the cases with
Cases Used no missing or out-of-range
data for any variable in the
analysis.
T-TEST
/TESTVAL=500
/MISSING=ANALYSIS
Syntax

/VARIABLES=weight_grams
/CRITERIA=CI(.95).
Processor Time 00:00:00.00
Resources
Elapsed Time 00:00:00.00

[DataSet3] C:\Users\Devanshi30\Desktop\MBA\sem2\one sample t test.sav

One-Sample Statistics

N Mean Std. Deviation Std. Error Mean

weight_grams 46 500.001261 .0042305 .0006238

One-Sample Test

Test Value = 500


t df Sig. (2-tailed) Mean Difference 95% Confidence Interval of the
Difference

Lower Upper

weight_grams 2.021 45 .049 .0012609 .000005 .002517

You might also like