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

Output

The document analyzes salary data using independent t-tests to compare salaries of different age groups. It first loads two datasets and activates the first. An initial t-test is conducted on ages 1 and 2 but returns an error as both groups are empty. A second t-test compares salaries of those aged 24 and older to those under 24, finding those older earned significantly higher salaries with a mean difference of 254 and p-value less than 0.001.

Uploaded by

lukes12
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Output

The document analyzes salary data using independent t-tests to compare salaries of different age groups. It first loads two datasets and activates the first. An initial t-test is conducted on ages 1 and 2 but returns an error as both groups are empty. A second t-test compares salaries of those aged 24 and older to those under 24, finding those older earned significantly higher salaries with a mean difference of 254 and p-value less than 0.001.

Uploaded by

lukes12
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 4

GET

FILE='C:\Users\wahyu\Desktop\APST\data personalia.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
GET
FILE='C:\Users\wahyu\Desktop\APST\data personalia-1.sav'.
DATASET NAME DataSet2 WINDOW=FRONT.
DATASET ACTIVATE DataSet1.
DATASET CLOSE DataSet2.
T-TEST GROUPS=usia(1 2)
/MISSING=ANALYSIS
/VARIABLES=gaji
/CRITERIA=CI(.95).

T-Test

Notes
Output Created

15-MAR-2015 20:28:30

Comments
Input

Data

C:\Users\wahyu\Desktop\APST\data
personalia.sav

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

60

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-ofrange data for any variable in the
analysis.

Syntax

T-TEST GROUPS=usia(1 2)
/MISSING=ANALYSIS
/VARIABLES=gaji
/CRITERIA=CI(.95).

Resources

Processor Time

00:00:00.00

Elapsed Time

00:00:00.06

Warnings
The Independent Samples table is not produced.

Group Statistics
usia
gaji

Mean

Std. Deviation

Std. Error Mean

0a

a. t cannot be computed because at least one of the groups is empty.

T-TEST GROUPS=usia(24)
/MISSING=ANALYSIS
/VARIABLES=gaji
/CRITERIA=CI(.95).

T-Test

Notes
Output Created

15-MAR-2015 20:29:43

Comments
Input

Data

C:\Users\wahyu\Desktop\APST\data
personalia.sav

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

60

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-ofrange data for any variable in the
analysis.

Syntax

T-TEST GROUPS=usia(24)
/MISSING=ANALYSIS
/VARIABLES=gaji
/CRITERIA=CI(.95).

Resources

Processor Time

00:00:00.00

Elapsed Time

00:00:00.08

Group Statistics
usia
gaji

Mean

Std. Deviation

Std. Error Mean

>= 24

45

688.2044

235.64647

35.12810

< 24

15

434.2000

158.14650

40.83325

Independent Samples Test


Levene's Test for Equality of

t-test for Equality of

Variances

Means

F
gaji

Equal variances assumed

Sig.
.457

t
.502

Equal variances not


assumed

df

3.882

58

4.716

36.099

Independent Samples Test


t-test for Equality of Means
95% Confidence
Interval of the

Sig. (2-tailed)
gaji

Mean Difference

Std. Error

Difference

Difference

Lower

Equal variances assumed

.000

254.00444

65.43028

123.03151

Equal variances not assumed

.000

254.00444

53.86407

144.77348

Independent Samples Test


t-test for Equality of Means

95% Confidence Interval of the


Difference
Upper
gaji

Equal variances assumed

384.97738

Equal variances not assumed

363.23541

You might also like