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

Spss

This document examines the normality and relationship between variables in a dataset using SPSS. It performs tests for normality, compares groups, and conducts linear regression analysis to investigate the relationship between variables and identify predictors. Charts and plots are generated to visualize the results.
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)
25 views

Spss

This document examines the normality and relationship between variables in a dataset using SPSS. It performs tests for normality, compares groups, and conducts linear regression analysis to investigate the relationship between variables and identify predictors. Charts and plots are generated to visualize the results.
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/ 21

DATASET ACTIVATE DataSet1.

EXAMINE VARIABLES=Variabel BY Kode


NPPLOT
/STATISTICS NONE
/CINTERVAL 95
/MISSING LISTWISE

/PLOT
/NOTOTAL.

Explore

Notes
Output Created

19-Oct-2015 17:04:07

Comments
Input

Data

D:\SPSS\SOAL 3.sav

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

12

File
Missing Value Handling

Definition of Missing

User-defined missing values for


dependent variables are treated as
missing.

Cases Used

Statistics are based on cases with no


missing values for any dependent
variable or factor used.

Syntax

EXAMINE VARIABLES=Variabel BY
Kode
/PLOT NPPLOT
/STATISTICS NONE
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Resources

Processor Time

0:00:00.577

Elapsed Time

0:00:00.595

[DataSet1] D:\SPSS\SOAL 3.sav

Kode

Case Processing Summary


Cases
Valid
Kode
Variabel

Missing
Percent

Total

Percent

Percent

Tegangan

100.0%

.0%

100.0%

Regangan

100.0%

.0%

100.0%

Tests of Normality
Kolmogorov-Smirnova
Kode
Variabel

Statistic

df

Shapiro-Wilk

Sig.

Statistic

df

Sig.

Tegangan

.249

.200*

.933

.603

Regangan

.162

.200*

.961

.830

a. Lilliefors Significance Correction


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

Variabel

Normal Q-Q Plots

Detrended Normal Q-Q Plots

EXAMINE VARIABLES=Variabel BY Kode


/COMPARE GROUP
/STATISTICS NONE
/NOTOTAL.

/PLOT BOXPLOT SPREADLEVEL(1)


/CINTERVAL 95
/MISSING LISTWISE

Explore

Notes
Output Created

19-Oct-2015 17:04:36

Comments
Input

Data

D:\SPSS\SOAL 3.sav

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

12

File
Missing Value Handling

Definition of Missing

User-defined missing values for


dependent variables are treated as
missing.

Cases Used

Statistics are based on cases with no


missing values for any dependent
variable or factor used.

Syntax

EXAMINE VARIABLES=Variabel BY
Kode
/PLOT BOXPLOT SPREADLEVEL(1)
/COMPARE GROUP
/STATISTICS NONE
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Resources

Processor Time

0:00:00.327

Elapsed Time

0:00:00.331

[DataSet1] D:\SPSS\SOAL 3.sav

Kode

Case Processing Summary


Cases
Valid
Kode
Variabel

Missing
Percent

Total

Percent

Percent

Tegangan

100.0%

.0%

100.0%

Regangan

100.0%

.0%

100.0%

Test of Homogeneity of Variance


Levene Statistic
Variabel

Based on Mean

9.395

df1

df2
1

Sig.
10

.012

Based on Median

4.919

10

.051

Based on Median and with

4.919

5.000

.077

8.717

10

.014

adjusted df
Based on trimmed mean

Variabel

MEANS TABLES=Variabel BY Kode


LINEARITY.

/CELLS MEAN COUNT STDDEV

/STATISTICS

Means

Notes
Output Created

19-Oct-2015 17:05:08

Comments
Input

Data

D:\SPSS\SOAL 3.sav

Active Dataset

DataSet1

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

12

File
Missing Value Handling

Definition of Missing

For each dependent variable in a table,


user-defined missing values for the
dependent and all grouping variables
are treated as missing.

Cases Used

Cases used for each table have no


missing values in any independent
variable, and not all dependent
variables have missing values.

Syntax

MEANS TABLES=Variabel BY Kode


/CELLS MEAN COUNT STDDEV
/STATISTICS LINEARITY.

Resources

Processor Time

0:00:00.000

Elapsed Time

0:00:00.004

[DataSet1] D:\SPSS\SOAL 3.sav

Case Processing Summary


Cases
Included
N
Variabel * Kode

Excluded

Percent
12

100.0%

Percent
0

Report
Variabel
Kode

Mean

Std. Deviation

Tegangan

6616.666667

2.8173865E3

Regangan

.003617

.0026671

3308.335142

12

3.9431070E3

Total

Total

ANOVA Tablea

.0%

Percent
12

100.0%

Sum of Squares
Variabel * Kode

Between Groups

df

Mean Square

(Combined)

1.313E8

1.313E8

Within Groups

3.969E7

10

3968833.333

Total

1.710E8

11

a. With fewer than three groups, linearity measures for Variabel * Kode cannot be computed.
ANOVA Tablea
F
Variabel * Kode

Between Groups

(Combined)

33.093

Sig.
.000

a. With fewer than three groups, linearity measures for Variabel * Kode cannot be
computed.

Measures of Association
Eta
Variabel * Kode

Eta Squared

.876

.768

REGRESSION
/DESCRIPTIVES MEAN STDDEV CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Regangan
/METHOD=ENTER Tegangan
/SCATTERPLOT=(*SRESID
,*ZPRED)
/RESIDUALS ID(Tegangan)
/SAVE PRED.

Regression

Notes
Output Created

19-Oct-2015 17:15:38

Comments
Input

Data

D:\soal 3 new.sav

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data


File

Missing Value Handling

Definition of Missing

User-defined missing values are treated


as missing.

Cases Used

Statistics are based on cases with no


missing values for any variable used.

Syntax

REGRESSION
/DESCRIPTIVES MEAN STDDEV
CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Regangan
/METHOD=ENTER Tegangan
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS ID(Tegangan)
/SAVE PRED.

Resources

Processor Time

0:00:00.312

Elapsed Time

0:00:01.045

Memory Required

1380 bytes

Additional Memory Required

240 bytes

for Residual Plots


Variables Created or

PRE_2

Unstandardized Predicted Value

Modified

[DataSet4] D:\soal 3 new.sav

Descriptive Statistics
Mean

Std. Deviation

Regangan

.003617

.0026671

Tegangan

6616.67

2817.386

Correlations
Regangan
Pearson Correlation

Tegangan

Regangan

1.000

.907

Tegangan

.907

1.000

Sig. (1-tailed)

Regangan

.006

Tegangan

.006

Regangan

Tegangan

Variables Entered/Removedb
Variables

Variables

Entered

Removed

Model
1

Tegangana

Method
. Enter

a. All requested variables entered.


b. Dependent Variable: Regangan

Model Summaryb

Model

R Square
.907a

Adjusted R

Std. Error of the

Square

Estimate

.823

.778

.0012557

a. Predictors: (Constant), Tegangan


b. Dependent Variable: Regangan

ANOVAb
Model
1

Sum of Squares

df

Mean Square

Regression

.000

.000

Residual

.000

.000

Total

.000

a. Predictors: (Constant), Tegangan


b. Dependent Variable: Regangan

Coefficientsa
Model

Unstandardized Coefficients

Standardized
Coefficients

F
18.558

Sig.
.013a

B
1

Std. Error

Beta

(Constant)

-.002

.001

Tegangan

8.586E-7

.000

.907

Sig.

-1.459

.218

4.308

.013

a. Dependent Variable: Regangan

Residuals Statisticsa
Minimum
Predicted Value

Maximum

Mean

Std. Deviation

-.000519

.006522

.003617

.0024191

-1.710

1.201

.000

1.000

.001

.001

.001

.000

-.003597

.005705

.003043

.0033919

-.0016175

.0010192

.0000000

.0011231

Std. Residual

-1.288

.812

.000

.894

Stud. Residual

-1.418

1.627

.153

1.184

-.0019612

.0040968

.0005736

.0022199

-1.742

2.424

.227

1.487

Mahal. Distance

.043

2.923

.833

1.148

Cook's Distance

.000

3.998

.811

1.570

Centered Leverage Value

.009

.585

.167

.230

Std. Predicted Value


Standard Error of Predicted
Value
Adjusted Predicted Value
Residual

Deleted Residual
Stud. Deleted Residual

a. Dependent Variable: Regangan

Charts

REGRESSION
/DESCRIPTIVES MEAN STDDEV CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Regangan
/METHOD=ENTER Tegangan
/SCATTERPLOT=(Regangan
,*ADJPRED)
/RESIDUALS HIST(ZRESID) NORM(ZRESID) ID(Tegangan)
/SAVE
PRED.

Regression

Notes
Output Created

19-Oct-2015 17:16:51

Comments
Input

Data

D:\soal 3 new.sav

Active Dataset

DataSet4

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data

File
Missing Value Handling

Definition of Missing

User-defined missing values are treated


as missing.

Cases Used

Statistics are based on cases with no


missing values for any variable used.

Syntax

REGRESSION
/DESCRIPTIVES MEAN STDDEV
CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Regangan
/METHOD=ENTER Tegangan
/SCATTERPLOT=(Regangan
,*ADJPRED)
/RESIDUALS HIST(ZRESID)
NORM(ZRESID) ID(Tegangan)
/SAVE PRED.

Resources

Processor Time

0:00:00.624

Elapsed Time

0:00:02.932

Memory Required

1396 bytes

Additional Memory Required

912 bytes

for Residual Plots


Variables Created or

PRE_3

Unstandardized Predicted Value

Modified

[DataSet4] D:\soal 3 new.sav

Descriptive Statistics
Mean

Std. Deviation

Regangan

.003617

.0026671

Tegangan

6616.67

2817.386

Correlations
Regangan
Pearson Correlation

Sig. (1-tailed)

Tegangan

Regangan

1.000

.907

Tegangan

.907

1.000

Regangan

.006

Tegangan

.006

Regangan

Tegangan

Variables Entered/Removedb
Variables

Variables

Entered

Removed

Model
1

Tegangana

Method
. Enter

a. All requested variables entered.


b. Dependent Variable: Regangan

Model Summaryb

Model

R Square
.907a

Adjusted R

Std. Error of the

Square

Estimate

.823

.778

.0012557

a. Predictors: (Constant), Tegangan


b. Dependent Variable: Regangan

ANOVAb
Model
1

Sum of Squares

df

Mean Square

Regression

.000

.000

Residual

.000

.000

Total

.000

a. Predictors: (Constant), Tegangan

F
18.558

Sig.
.013a

b. Dependent Variable: Regangan

Coefficientsa
Standardized
Unstandardized Coefficients
Model
1

Coefficients

Std. Error

Beta

(Constant)

-.002

.001

Tegangan

8.586E-7

.000

.907

Sig.

-1.459

.218

4.308

.013

a. Dependent Variable: Regangan

Residuals Statisticsa
Minimum
Predicted Value

Maximum

Mean

Std. Deviation

-.000519

.006522

.003617

.0024191

-1.710

1.201

.000

1.000

.001

.001

.001

.000

-.003597

.005705

.003043

.0033919

-.0016175

.0010192

.0000000

.0011231

Std. Residual

-1.288

.812

.000

.894

Stud. Residual

-1.418

1.627

.153

1.184

-.0019612

.0040968

.0005736

.0022199

-1.742

2.424

.227

1.487

Mahal. Distance

.043

2.923

.833

1.148

Cook's Distance

.000

3.998

.811

1.570

Centered Leverage Value

.009

.585

.167

.230

Std. Predicted Value


Standard Error of Predicted
Value
Adjusted Predicted Value
Residual

Deleted Residual
Stud. Deleted Residual

a. Dependent Variable: Regangan

Charts

SAVE OUTFILE='D:\soal 3 new.sav'


DATASET CLOSE DataSet4.

/COMPRESSED. DATASET ACTIVATE DataSet1.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy