You are on page 1of 11

RECODE StatusHAIs ('Ya'=1) ('Tidak'=0) INTO StatusHAIsbaru.

VARIABLE LABELS StatusHAIsbaru 'Status HAIs baru'.


EXECUTE.
RECODE StatusHAIs2 ('Ya'=1) ('Tidak'=0) INTO StatusHAIs2baru.
VARIABLE LABELS StatusHAIs2baru 'Status HAIs 2 baru'.
EXECUTE.
RECODE APGARSCORE ('<7 minggu'=1) ('>=7 minggu'=2) INTO APGARSCOREbaru.
Warning # 4624 in column 33. Text: )
The preceding RECODE specifies a value to be recoded that is longer than some
variable(s) in the recode. The shorter values will be padded with blanks for
the comparison.
Warning # 4624 in column 50. Text: )
The preceding RECODE specifies a value to be recoded that is longer than some
variable(s) in the recode. The shorter values will be padded with blanks for
the comparison.
VARIABLE LABELS APGARSCOREbaru 'APGARSCOREbaru'.
EXECUTE.
RECODE APGARSCORE ('<7 '=1) ('>=7'=2) INTO APGARSCOREbaru.
VARIABLE LABELS APGARSCOREbaru 'APGARSCOREbaru'.
EXECUTE.
T-TEST GROUPS=StatusHAIsbaru(0 1)
/MISSING=ANALYSIS
/VARIABLES=Gestasi2
/CRITERIA=CI(.95).
T-TEST GROUPS=Gestasi2(1 2)
/MISSING=ANALYSIS
/VARIABLES=StatusHAIsbaru
/CRITERIA=CI(.95).

T-Test

Notes
Output Created

10-JAN-2015 12:11:20

Comments

Input

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data


File

30

User defined missing values are treated

Definition of Missing

as missing.
Statistics for each analysis are based

Missing Value Handling

on the cases with no missing or out-of-

Cases Used

range data for any variable in the


analysis.
T-TEST GROUPS=Gestasi2(1 2)
/MISSING=ANALYSIS

Syntax

/VARIABLES=StatusHAIsbaru
/CRITERIA=CI(.95).

Resources

Processor Time

00:00:00.03

Elapsed Time

00:00:00.05

[DataSet4]

Group Statistics
Gestasi 2
Status HAIs baru

Mean

Std. Deviation

Std. Error Mean

.86

.378

.143

23

.17

.388

.081

Independent Samples Test


Levene's Test for Equality of

t-test for Equality of

Variances

Means

F
Equal variances assumed
Status HAIs baru

Sig.
.147

t
.704

Equal variances not

df

4.106

28

4.163

10.170

assumed
Independent Samples Test
t-test for Equality of Means
Sig. (2-tailed)

Mean Difference

Std. Error
Difference

Status HAIs baru

Equal variances assumed

.000

.683

.166

Equal variances not assumed

.002

.683

.164

Independent Samples Test


t-test for Equality of Means
95% Confidence Interval of the Difference
Lower
Status HAIs baru

Upper

Equal variances assumed

.342

1.024

Equal variances not assumed

.318

1.048

ONEWAY LOS BY BBLAHIR2


/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS
/POSTHOC=BONFERRONI ALPHA(0.05).

Oneway

Notes
Output Created

10-JAN-2015 12:18:40

Comments

Input

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

30

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each analysis are based

Cases Used

on cases with no missing data for any


variable in the analysis.
ONEWAY LOS BY BBLAHIR2
/STATISTICS DESCRIPTIVES

Syntax

/MISSING ANALYSIS
/POSTHOC=BONFERRONI
ALPHA(0.05).

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.03

[DataSet4]

Descriptives
LOS
N

Mean

Std. Deviation

Std. Error

95% Confidence Interval for Mean


Lower Bound

Minimum

Upper Bound

21.20

10.305

4.609

8.40

34.00

13

12.57

6.024

2.277

7.00

18.14

18

8.72

4.638

1.093

6.42

11.03

Total

30

11.70

7.484

1.366

8.91

14.49

Descriptives
LOS
Maximum
1

38

22

18

Total

38

ANOVA
LOS
Sum of Squares
Between Groups

df

Mean Square

616.175

308.087

Within Groups

1008.125

27

37.338

Total

1624.300

29

F
8.251

Sig.
.002

Post Hoc Tests

Multiple Comparisons
Dependent Variable: LOS
Bonferroni
(I) BB LAHIR 2

(J) BB LAHIR 2

Std. Error

Sig.

95% Confidence Interval

Mean Difference

Lower Bound

Upper Bound

(I-J)
1

8.629

3.578

.069

-.50

17.76

12.478*

3.089

.001

4.59

20.36

-8.629

3.578

.069

-17.76

.50

3.849

2.722

.506

-3.10

10.80

-12.478

3.089

.001

-20.36

-4.59

-3.849

2.722

.506

-10.80

3.10

*. The mean difference is significant at the 0.05 level.

NPAR TESTS
/M-W= BBHarike5 BY Parentalnutrision2(0 1)
/STATISTICS=DESCRIPTIVES
/MISSING ANALYSIS.

NPar Tests

Notes
Output Created

10-JAN-2015 12:33:58

Comments

Input

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

30

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each test are based on all

Cases Used

cases with valid data for the variable(s)


used in that test.
NPAR TESTS
/M-W= BBHarike5 BY

Syntax

Parentalnutrision2(0 1)
/STATISTICS=DESCRIPTIVES
/MISSING ANALYSIS.

Processor Time
Resources

00:00:00.03

Elapsed Time

00:00:00.03

Number of Cases Allowed

112347

a. Based on availability of workspace memory.

[DataSet4]

Descriptive Statistics
N

Mean

Std. Deviation

Minimum

Maximum

BBHarike5

30

2745.00

587.126

1900

3600

Parental nutrision 2

30

1.00

.000

Mann-Whitney Test

Ranks
Parental nutrision 2

BBHarike5

Mean Rank

0a

.00

.00

30

15.50

465.00

Total

30

a. Mann-Whitney Test cannot be performed on empty groups.

T-TEST
/TESTVAL=0
/MISSING=ANALYSIS
/VARIABLES=StatusHAIsbaru StatusHAIs2baru
/CRITERIA=CI(.95).

T-Test

Sum of Ranks

Notes
Output Created

10-JAN-2015 12:38:24

Comments

Input

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

30

File
User defined missing values are treated

Definition of Missing

as missing.
Statistics for each analysis are based

Missing Value Handling

on the cases with no missing or out-of-

Cases Used

range data for any variable in the


analysis.
T-TEST
/TESTVAL=0
/MISSING=ANALYSIS

Syntax

/VARIABLES=StatusHAIsbaru
StatusHAIs2baru
/CRITERIA=CI(.95).

Resources

Processor Time

00:00:00.02

Elapsed Time

00:00:00.02

[DataSet4]

One-Sample Statistics
N

Mean

Std. Deviation

Std. Error Mean

Status HAIs baru

30

.33

.479

.088

Status HAIs 2 baru

30

.43

.504

.092

One-Sample Test
Test Value = 0

df

Sig. (2-tailed)

Mean Difference 95% Confidence


Interval of the
Difference
Lower

Status HAIs baru

3.808

29

.001

.333

.15

Status HAIs 2 baru

4.709

29

.000

.433

.25

One-Sample Test
Test Value = 0
95% Confidence Interval of the Difference
Upper
Status HAIs baru

.51

Status HAIs 2 baru

.62

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT BBLAHIR
/METHOD=ENTER USIAIBU.

Regression

Notes
Output Created

10-JAN-2015 12:42:36

Comments

Input

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

30

File
Definition of Missing
Missing Value Handling
Cases Used

User-defined missing values are treated


as missing.
Statistics are based on cases with no
missing values for any variable used.

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
Syntax

/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT BBLAHIR
/METHOD=ENTER USIAIBU.

Resources

Processor Time

00:00:00.03

Elapsed Time

00:00:00.11

Memory Required

1676 bytes

Additional Memory Required

0 bytes

for Residual Plots

[DataSet4]

Variables Entered/Removeda
Model

Variables

Variables

Entered

Removed

USIAIBUb

Method

. Enter

a. Dependent Variable: BBLAHIR


b. All requested variables entered.

Model Summary
Model

.041a

R Square

Adjusted R

Std. Error of the

Square

Estimate

.002

-.034

615.699

a. Predictors: (Constant), USIAIBU

ANOVAa
Model
1

Sum of Squares
Regression
Residual

df

Mean Square

18289.271

18289.271

10614398.229

28

379085.651

Sig.
.048

.828b

Total

10632687.500

29

a. Dependent Variable: BBLAHIR


b. Predictors: (Constant), USIAIBU

Coefficientsa
Model

Unstandardized Coefficients

Standardized

Sig.

Coefficients
B
1

(Constant)

Std. Error

2786.663

576.346

-4.788

21.797

USIAIBU

Beta

-.041

4.835

.000

-.220

.828

a. Dependent Variable: BBLAHIR

CORRELATIONS
/VARIABLES=BBLAHIR USIAIBU
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations

Notes
Output Created

10-JAN-2015 12:46:43

Comments

Input

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

30

File
Definition of Missing
Missing Value Handling

User-defined missing values are treated


as missing.
Statistics for each pair of variables are

Cases Used

based on all the cases with valid data


for that pair.

CORRELATIONS
/VARIABLES=BBLAHIR USIAIBU

Syntax

/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.03

Elapsed Time

00:00:00.06

[DataSet4]

Correlations
BBLAHIR
Pearson Correlation
BBLAHIR

Sig. (2-tailed)
N
Pearson Correlation

USIAIBU

Sig. (2-tailed)
N

USIAIBU
-.041
.828

30

30

-.041

.828
30

30

You might also like