0% found this document useful (0 votes)
9 views

prakkom stat 2

The document details statistical analyses conducted on employee data, including T-tests comparing salaries by gender and paired salary comparisons before and after a certain intervention. It also includes a Univariate Analysis of Variance (ANOVA) examining the impact of mood categories on intellectual performance. The results indicate significant differences in salaries between genders and varying intellectual performance based on mood categories.

Uploaded by

leiareynanta
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)
9 views

prakkom stat 2

The document details statistical analyses conducted on employee data, including T-tests comparing salaries by gender and paired salary comparisons before and after a certain intervention. It also includes a Univariate Analysis of Variance (ANOVA) examining the impact of mood categories on intellectual performance. The results indicate significant differences in salaries between genders and varying intellectual performance based on mood categories.

Uploaded by

leiareynanta
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/ 8

GET

FILE='C:\Users\HP\Downloads\Employee data.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
T-TEST GROUPS=gender('f' 'm')
/MISSING=ANALYSIS
/VARIABLES=prevexp
/CRITERIA=CI(.95).

T-Test

Notes

Output Created 16-MAR-2025 19:55:05


Comments
Input Data C:\Users\HP\Downloads\Employee
data.sav
Active Dataset DataSet1
File Label 05.00.00
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
474
File
Missing Value Handling Definition of Missing User defined missing values are treated
as missing.
Cases Used Statistics for each analysis are based
on the cases with no missing or out-of-
range data for any variable in the
analysis.
Syntax T-TEST GROUPS=gender('f' 'm')
/MISSING=ANALYSIS
/VARIABLES=salary
/CRITERIA=CI(.95).
Resources Processor Time 00:00:00,05

Elapsed Time 00:00:00,03


Group Statistics

Gender N Mean Std. Deviation Std. Error Mean

Current Salary Female 216 $26,031.92 $7,558.021 $514.258

Male 258 $41,441.78 $19,499.214 $1,213.968

Independent Samples Test

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


Variances Means

F Sig. t df

Current Salary Equal variances assumed 119.669 .000 -10.945 472

Equal variances not


-11.688 344.262
assumed

Independent Samples Test

t-test for Equality of Means

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

Current Salary Equal variances assumed .000 -$15,409.862 $1,407.906

Equal variances not assumed .000 -$15,409.862 $1,318.400

Independent Samples Test

t-test for Equality of Means

95% Confidence Interval of the Difference

Lower Upper
Current Salary Equal variances assumed -$18,176.401 -$12,643.322

Equal variances not assumed -$18,002.996 -$12,816.728

GET DATA /TYPE=XLSX


/FILE='C:\Users\HP\Downloads\Paired_Salary.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet2 WINDOW=FRONT.
T-TEST PAIRS=Salary_Before WITH Salary_After (PAIRED)
/CRITERIA=CI(.9500)
/MISSING=ANALYSIS.
T-Test

Notes

Output Created 16-MAR-2025 20:04:59


Comments
Input Active Dataset DataSet2
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User defined missing values are treated
as missing.
Cases Used Statistics for each analysis are based
on the cases with no missing or out-of-
range data for any variable in the
analysis.
Syntax T-TEST PAIRS=Salary_Before WITH
Salary_After (PAIRED)
/CRITERIA=CI(.9500)
/MISSING=ANALYSIS.
Resources Processor Time 00:00:00,02

Elapsed Time 00:00:00,01

[DataSet2]

Paired Samples Statistics

Mean N Std. Deviation Std. Error Mean

Pair 1 Salary_Before 45108452.610 100 22030695.9250 2203069.5925

Salary_After 47640804.790 100 22243635.6068 2224363.5607


Paired Samples Correlations

N Correlation Sig.

Pair 1 Salary_Before & Salary_After 100 .979 .000

Paired Samples Test

Paired Differences

95% Confidence
Interval of the
Difference

Mean Std. Deviation Std. Error Mean Lower

Pair 1 Salary_Before - Salary_After -2532352.1800 4564087.1354 456408.7135 -3437966.0863

Paired Samples Test

Paired Differences

95% Confidence
Interval of the
Difference

Upper t df Sig. (2-tailed)

Pair 1 Salary_Before - Salary_After -1626738.2737 -5.548 99 .000

GET DATA /TYPE=XLSX


/FILE='C:\Users\HP\Downloads\Mood_Performance.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet3 WINDOW=FRONT.
UNIANOVA Intellectual_Performance BY Mood_Category
/METHOD=SSTYPE(3)
/INTERCEPT=INCLUDE
/POSTHOC=Mood_Category(TUKEY BONFERRONI)
/PRINT=HOMOGENEITY
/CRITERIA=ALPHA(.05)
/DESIGN=Mood_Category.

Univariate Analysis of Variance


Notes

Output Created 16-MAR-2025 20:10:59


Comments
Input Active Dataset DataSet3
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the model.
Syntax UNIANOVA Intellectual_Performance
BY Mood_Category
/METHOD=SSTYPE(3)
/INTERCEPT=INCLUDE
/POSTHOC=Mood_Category(TUKEY
BONFERRONI)
/PRINT=HOMOGENEITY
/CRITERIA=ALPHA(.05)
/DESIGN=Mood_Category.
Resources Processor Time 00:00:00,05

Elapsed Time 00:00:00,04

[DataSet3]

Between-Subjects Factors

Mood_Category 1 40

2 29

3 31
Levene's Test of Equality of Error Variancesa
Dependent Variable: Intellectual_Performance

F df1 df2 Sig.

.178 2 97 .837

Tests the null hypothesis that the error variance of


the dependent variable is equal across groups.a
a. Design: Intercept + Mood_Category

Tests of Between-Subjects Effects


Dependent Variable: Intellectual_Performance

Type III Sum of


Source Squares df Mean Square F Sig.
a
Corrected Model 15854.546 2 7927.273 203.746 .000
Intercept 545314.159 1 545314.159 14015.595 .000
Mood_Category 15854.546 2 7927.273 203.746 .000
Error 3774.044 97 38.908
Total 555599.000 100
Corrected Total 19628.590 99

a. R Squared = ,808 (Adjusted R Squared = ,804)

Post Hoc Tests

Mood_Category

Multiple Comparisons
Dependent Variable: Intellectual_Performance

Mean Difference
(I) Mood_Category (J) Mood_Category (I-J) Std. Error Sig.
*
Tukey HSD 1 2 -14.87 1.521 .000

3 -30.07* 1.493 .000


*
2 1 14.87 1.521 .000

3 -15.20* 1.611 .000


*
3 1 30.07 1.493 .000

2 15.20* 1.611 .000


*
Bonferroni 1 2 -14.87 1.521 .000
*
3 -30.07 1.493 .000

2 1 14.87* 1.521 .000


*
3 -15.20 1.611 .000

3 1 30.07* 1.493 .000


*
2 15.20 1.611 .000

Multiple Comparisons
Dependent Variable: Intellectual_Performance

95% Confidence Interval

(I) Mood_Category (J) Mood_Category Lower Bound Upper Bound

Tukey HSD 1 2 -18.49 -11.25

3 -33.62 -26.52

2 1 11.25 18.49

3 -19.03 -11.36

3 1 26.52 33.62

2 11.36 19.03
Bonferroni 1 2 -18.58 -11.17

3 -33.71 -26.43

2 1 11.17 18.58

3 -19.12 -11.27

3 1 26.43 33.71

2 11.27 19.12

Based on observed means.


The error term is Mean Square(Error) = 38,908.
*. The mean difference is significant at the ,05 level.
Homogeneous Subsets

Intellectual_Performance

Subset

Mood_Category N 1 2 3

Tukey HSDa,b,c 1 40 59.58

2 29 74.45

3 31 89.65

Sig. 1.000 1.000 1.000

Means for groups in homogeneous subsets are displayed.


Based on observed means.
The error term is Mean Square(Error) = 38,908.
a. Uses Harmonic Mean Sample Size = 32,701.
b. The group sizes are unequal. The harmonic mean of the group sizes is used. Type I
error levels are not guaranteed.
c. Alpha = ,05.

GET
FILE='C:\Users\HP\Downloads\Employee data.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
GET DATA /TYPE=XLSX
/FILE='C:\Users\HP\Downloads\Paired_Salary.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet2 WINDOW=FRONT.
GET DATA /TYPE=XLSX
/FILE='C:\Users\HP\Downloads\Mood_Performance.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet3 WINDOW=FRONT.

You might also like