* Probit and Logit Models in SPSS. * Copyright 2014 by Ani Katchova. GET FILE='C:\Econometrics\Data\probit_insurance.sav'. * Descriptive statistics. DESCRIPTIVES VARIABLES=ins retire age hstatusg hhincome educyear married hisp /STATISTICS=MEAN STDDEV MIN MAX. * Regression. * Analyze > Regression > Linear. Dependent: (Yvar), Independent (Xvar). REGRESSION /MISSING LISTWISE /STATISTICS COEFF OUTS R ANOVA /CRITERIA=PIN(.05) POUT(.10) /NOORIGIN /DEPENDENT ins /METHOD=ENTER retire age hstatusg hhincome educyear married hisp. * Logit model. * Analyze > Regression > Binary Logistic. Dependent: (Yvar), Covariates (Xvar). Save (Predicted Probablities). LOGISTIC REGRESSION VARIABLES ins /METHOD=ENTER retire age hstatusg hhincome educyear married hisp /SAVE=PRED /CRITERIA=PIN(.05) POUT(.10) ITERATE(20) CUT(.5).

* Probit and Logit Models in SPSS. * Copyright 2014 by Ani Katchova. GET FILE='C:\Econometrics\Data\probit_insurance.sav'. * Descriptive statistics. DESCRIPTIVES VARIABLES=ins retire age hstatusg hhincome educyear married hisp /STATISTICS=MEAN STDDEV MIN MAX.

Descriptives C:\Econometrics\Data\probit_insurance.sav

Descriptive Statistics Std. N

Minimum

Maximum

Mean

Deviation

ins

3206

0

1

.39

.487

retire

3206

0

1

.62

.484

age

3206

52

86

66.91

3.676

hstatusg

3206

0

1

.70

.456

hhincome

3206

.00

1312.12

45.2639

64.33936

educyear

3206

0

17

11.90

3.305

married

3206

0

1

.73

.442

hisp

3206

0

1

.07

.260

Valid N 3206 (listwise)

* Regression. * Analyze > Regression > Linear. Dependent: (Yvar), Independent (Xvar). REGRESSION /MISSING LISTWISE /STATISTICS COEFF OUTS R ANOVA /CRITERIA=PIN(.05) POUT(.10) /NOORIGIN /DEPENDENT ins /METHOD=ENTER retire age hstatusg hhincome educyear married hisp.

Regression

Variables Entered/Removeda

Model 1

Variables

Variables

Entered

Removed

Method

hisp, age, hhincome, married, . Enter hstatusg, retire, educyearb

a. Dependent Variable: ins b. All requested variables entered.

Model Summary

Model

R

1

.287a

R Square

Adjusted R

Std. Error of

Square

the Estimate

.083

.081

.467

a. Predictors: (Constant), hisp, age, hhincome, married, hstatusg, retire, educyear

ANOVAa Sum of Model 1

Squares Regression

df

Mean Square

62.840

7

8.977

Residual

697.785

3198

.218

Total

760.625

3205

F 41.143

Sig. .000b

a. Dependent Variable: ins b. Predictors: (Constant), hisp, age, hhincome, married, hstatusg, retire, educyear

Coefficientsa

Model 1

Unstandardized

Standardized

Coefficients

Coefficients

B

Std. Error

Beta

(Constant)

.127

.161

retire

.041

.018

-.003

hstatusg

t

Sig.

.792

.429

.041

2.242

.025

.002

-.022

-1.197

.231

.066

.019

.061

3.370

.001

hhincome

.000

.000

.065

3.579

.000

educyear

.023

.003

.159

8.150

.000

married

.123

.019

.112

6.377

.000

-.121

.034

-.064

-3.594

.000

age

hisp a. Dependent Variable: ins

* Logit model. * Analyze > Regression > Binary Logistic. Dependent: (Yvar), Covariates (Xvar). Save (Predicted Probablities). LOGISTIC REGRESSION VARIABLES ins /METHOD=ENTER retire age hstatusg hhincome educyear married hisp /SAVE=PRED /CRITERIA=PIN(.05) POUT(.10) ITERATE(20) CUT(.5).

Logistic Regression

Case Processing Summary Unweighted Casesa Selected Cases

N

Percent

Included in 3206

100.0

0

.0

3206

100.0

0

.0

3206

100.0

Analysis Missing Cases Total Unselected Cases Total

a. If weight is in effect, see classification table for the total number of cases.

Dependent Variable Encoding Original

Internal

Value

Value

0

0

1

1

Block 0: Beginning Block

Classification Tablea,b Predicted ins Observed Step 0

ins

0

Percentage 1

Correct

0

1965

0

100.0

1

1241

0

.0

Overall 61.3 Percentage a. Constant is included in the model. b. The cut value is .500

Variables in the Equation B Step 0

Constant

-.460

S.E. .036

Wald

df

Sig.

160.651

1

Variables not in the Equation Score Step 0

Variables

retire

df

Sig.

20.639

1

.000

3.113

1

.078

hstatusg

62.626

1

.000

hhincome

71.001

1

.000

age

.000

Exp(B) .632

educyear

170.480

1

.000

married

68.997

1

.000

hisp

59.422

1

.000

264.869

7

.000

Overall Statistics

Block 1: Method = Enter

Omnibus Tests of Model Coefficients Chi-square Step 1

df

Sig.

Step

289.786

7

.000

Block

289.786

7

.000

Model

289.786

7

.000

Model Summary

Step

-2 Log

Cox & Snell R

Nagelkerke R

likelihood

Square

Square

3989.757a

1

.086

.117

a. Estimation terminated at iteration number 5 because parameter estimates changed by less than .001.

Classification Tablea Predicted ins Observed Step 1

ins

0

Percentage 1

Correct

0

1657

308

84.3

1

896

345

27.8

Overall 62.4 Percentage a. The cut value is .500

Variables in the Equation B Step 1a

retire

S.E.

Wald

df

Sig.

Exp(B)

.197

.084

5.469

1

.019

1.218

-.015

.011

1.672

1

.196

.986

hstatusg

.312

.092

11.603

1

.001

1.367

hhincome

.002

.001

9.138

1

.003

1.002

educyear

.114

.014

64.738

1

.000

1.121

married

.579

.093

38.447

1

.000

1.784

-.810

.196

17.135

1

.000

.445

-1.716

.749

5.252

1

.022

.180

age

hisp Constant

a. Variable(s) entered on step 1: retire, age, hstatusg, hhincome, educyear, married, hisp.

Probit and Logit Models Program and Output.pdf

Coefficientsa. Page 3 of 7. Probit and Logit Models Program and Output.pdf. Probit and Logit Models Program and Output.pdf. Open. Extract. Open with. Sign In.

25KB Sizes 17 Downloads 262 Views

Recommend Documents

Bivariate Probit and Logit Models Stata Program and Output.pdf ...
use C:\Econometrics\Data\bivariate_health. global y1list ... storage display value. variable ... Bivariate Probit and Logit Models Stata Program and Output.pdf.

Bivariate Probit and Logit Models SAS Program and Output.pdf ...
Variable N Mean Std Dev Minimum Maximum. hlthe. dmdu. age. linc. ndisease. 5574. 5574. 5574. 5574. 5574. 0.5412630. 0.6713312. 25.5761339. 8.6969290. 11.2052651. 0.4983392. 0.4697715. 16.7301105. 1.2205920. 6.7889585. 0. 0. 0.0253251. 0. 0. 1.0000000

Bivariate Probit and Logit Models Example.pdf
Page 2 of 4. 2. Bivariate Probit and Logit Models Example. We study the factors influencing the joint outcome of being in an excellent health status (y1). and visiting the doctor (y2). Data are from Rand Health Insurance experiment. The mean (proport

Bivariate Probit and Logit Models.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Bivariate Probit ...

Learning Click Models via Probit Bayesian Inference
Oct 26, 2010 - ural to handle very large-scale data set. The paper is organized as .... pose, we use an online learning scheme referred to as Gaus- sian density filtering ..... a default Gaussian before the first training epoch of xi. The weighted ..

Learning Click Models via Probit Bayesian Inference
Oct 26, 2010 - web search ranking. ..... computation can be carried out very fast, as well as with ... We now develop an inference algorithm for the framework.

Learning Click Models via Probit Bayesian Inference
Oct 26, 2010 - republish, to post on servers or to redistribute to lists, requires prior specific ... P e rp le xity. Query Frequency. UBM(Likelihood). UBM(MAP). Figure 1: The perplexity score on different query frequencies achieved by the UBM model

Time Series ARIMA Models SAS Program and Output.pdf
Retrying... Time Series ARIMA Models SAS Program and Output.pdf. Time Series ARIMA Models SAS Program and Output.pdf. Open. Extract. Open with. Sign In.

Time Series ARIMA Models R Program and Output.pdf
Time Series ARIMA Models R Program and Output.pdf. Time Series ARIMA Models R Program and Output.pdf. Open. Extract. Open with. Sign In. Main menu.

Time Series ARIMA Models SAS Program and Output.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Time Series ARIMA Models SAS Program and Output.pdf. Time Series ARIMA Models SAS Program and Output.pdf. Op

Time Series ARIMA Models R Program and Output.pdf
Page 2 of 11. arima(d.Y, order = c(1,0,1)). # ARIMA(1,1,3). arima(d.Y, order = c(1,0,3)). # ARIMA(2,1,3). arima(d.Y, order = c(2,0,3)). # ARIMA(1,0,1) forecasting. mydata.arima101

Time Series ARIMA Models Stata Program and Output.pdf ...
Set data as time series . tset $time. time variable: t, 1960q2 to 2002q2. delta: 1 quarter. Page 3 of 18. Time Series ARIMA Models Stata Program and Output.pdf.

Conventional contracts, intentional behavior and logit ...
Apr 24, 2018 - However, there is another commonly used model of perturbed ... f : U → R2 such that f(a, S) ∈ S.' In their notation, U is the set of pairs (a, S), in which S ...... and images of the decision making interface are given in Appendix

LogIT Explorer Set.pdf
to change the batteries. Remove the 5 ... London Connected Learning Centre Email: [email protected]. Tel: 0207 720 ... Page 3 of 4. LogIT Explorer Set.pdf.

Modified logit life table system
validation, and application ... important applications of model life tables is for ..... Table 1 Life tables used to test and develop the modified logit life table system.

Generalized image models and their application as statistical models ...
Jul 20, 2004 - exploit the statistical model to aid in the analysis of new images and .... classically employed for the prediction of the internal state xПtч of a ...

leadership & development and mentoring program
The SD Principal Leadership & Development (PLD) and. Mentoring programs are designed to provide professional development, resources, and a network of ...

Representing Uncertain Data: Models, Properties, and Algorithms
sparrow brown small. Using the types of uncertainty we have looked at so far— attribute-ors and .... While c-tables are a very elegant formalism, the above example illustrates one ...... Peter Haas, for their insightful comments. We also thank all.

Bluetooth Worms: Models, Dynamics, and Defense ... - CiteSeerX
layer interactions between Bluetooth devices in a network at the scale in our study .... worm attempts to infect the next device on the list. The probing process ...... For simplification, we do not model the social network that yields these buddy li