prakkom stat 2
prakkom stat 2
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
F Sig. t df
Std. Error
Sig. (2-tailed) Mean Difference Difference
Lower Upper
Current Salary Equal variances assumed -$18,176.401 -$12,643.322
Notes
[DataSet2]
N Correlation Sig.
Paired Differences
95% Confidence
Interval of the
Difference
Paired Differences
95% Confidence
Interval of the
Difference
[DataSet3]
Between-Subjects Factors
Mood_Category 1 40
2 29
3 31
Levene's Test of Equality of Error Variancesa
Dependent Variable: Intellectual_Performance
.178 2 97 .837
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
Multiple Comparisons
Dependent Variable: Intellectual_Performance
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
Intellectual_Performance
Subset
Mood_Category N 1 2 3
2 29 74.45
3 31 89.65
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.