HETEROSKEDASTISIDAS

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 3

COMPUTE Abs_RES=ABS(RES_1).

EXECUTE.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Abs_RES
/METHOD=ENTER X1 X2 X3.

Regression

Notes
Output Created 27-MAY-2022 20:01:58
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 75
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
/MISSING LISTWISE
/STATISTICS COEFF OUTS
R ANOVA
/CRITERIA=PIN(.05)
POUT(.10)
/NOORIGIN
/DEPENDENT Abs_RES
/METHOD=ENTER X1 X2
X3.
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,00
Memory Required 3536 bytes
Additional Memory Required 0 bytes
for Residual Plots

Variables Entered/Removeda
Variables Variables
Model Entered Removed Method
1 SWITCHING, . Enter
FEE, TENURE b

a. Dependent Variable: Abs_RES


b. All requested variables entered.

Model Summary
Adjusted R Std. Error of the
Model R R Square Square Estimate
1 .293a .086 .047 .18982

a. Predictors: (Constant), SWITCHING, FEE, TENURE

ANOVAa
Model Sum of Squares df Mean Square F Sig.
1 Regression .240 3 .080 2.218 .094b
Residual 2.558 71 .036
Total 2.798 74

a. Dependent Variable: Abs_RES


b. Predictors: (Constant), SWITCHING, FEE, TENURE

Coefficientsa
Model Unstandardized Coefficients Standardized t Sig.
Coefficients
B Std. Error Beta
1 (Constant) .555 .084 6.599 .000
FEE -.005 .003 -.221 -1.942 .056
TENURE -.027 .030 -.113 -.916 .363
SWITCHING .074 .070 .130 1.060 .293

a. Dependent Variable: Abs_RES

You might also like