Logistic (regression) single and multiple. Overview  Defined: A model for predicting one variable from other variable(s).  Variables:IV(s) is continuous/categorical,

Slides:



Advertisements
Similar presentations
Continued Psy 524 Ainsworth
Advertisements

Sociology 680 Multivariate Analysis Logistic Regression.
Kin 304 Regression Linear Regression Least Sum of Squares
Logistic Regression Psy 524 Ainsworth.
Regression analysis Linear regression Logistic regression.
Logistic Regression.
Logit & Probit Regression
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
Regression single and multiple. Overview Defined: A model for predicting one variable from other variable(s). Variables:IV(s) is continuous, DV is continuous.
Regression With Categorical Variables. Overview Regression with Categorical Predictors Logistic Regression.
Logistic Regression Multivariate Analysis. What is a log and an exponent? Log is the power to which a base of 10 must be raised to produce a given number.
LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model.
LINEAR REGRESSION: Evaluating Regression Models. Overview Assumptions for Linear Regression Evaluating a Regression Model.
LINEAR REGRESSION: Evaluating Regression Models. Overview Standard Error of the Estimate Goodness of Fit Coefficient of Determination Regression Coefficients.
Notes on Logistic Regression STAT 4330/8330. Introduction Previously, you learned about odds ratios (OR’s). We now transition and begin discussion of.
An Introduction to Logistic Regression
Logistic Regression Chapter 8.
Standard Binary Logistic Regression
Generalized Linear Models
Logistic Regression In logistic regression the outcome variable is binary, and the purpose of the analysis is to assess the effects of multiple explanatory.
An Illustrative Example of Logistic Regression
Logistic Regression.
Categorical Data Prof. Andy Field.
Elements of Multiple Regression Analysis: Two Independent Variables Yong Sept
Wednesday PM  Presentation of AM results  Multiple linear regression Simultaneous Simultaneous Stepwise Stepwise Hierarchical Hierarchical  Logistic.
ALISON BOWLING THE GENERAL LINEAR MODEL. ALTERNATIVE EXPRESSION OF THE MODEL.
Logistic Regression and Discriminant Function Analysis
Week 6: Model selection Overview Questions from last week Model selection in multivariable analysis -bivariate significance -interaction and confounding.
Logistic regression A quick intro. Why Logistic Regression?  Big idea: dependent variable is a dichotomy (thought can use for more than 2 categories.
Chapter 9 Analyzing Data Multiple Variables. Basic Directions Review page 180 for basic directions on which way to proceed with your analysis Provides.
Slide 1 The SPSS Sample Problem To demonstrate these concepts, we will work the sample problem for logistic regression in SPSS Professional Statistics.
April 6 Logistic Regression –Estimating probability based on logistic model –Testing differences among multiple groups –Assumptions for model.
Regression Analyses. Multiple IVs Single DV (continuous) Generalization of simple linear regression Y’ = b 0 + b 1 X 1 + b 2 X 2 + b 3 X 3...b k X k Where.
Logistic regression A quick intro. Why Logistic Regression? Big idea: dependent variable is a dichotomy (though can use for more than 2 categories i.e.
Logistic Regression. Conceptual Framework - LR Dependent variable: two categories with underlying propensity (yes/no) (absent/present) Independent variables:
Correlation & Regression Chapter 5 Correlation: Do you have a relationship? Between two Quantitative Variables (measured on Same Person) (1) If you have.
April 4 Logistic Regression –Lee Chapter 9 –Cody and Smith 9:F.
Contingency tables Brian Healy, PhD. Types of analysis-independent samples OutcomeExplanatoryAnalysis ContinuousDichotomous t-test, Wilcoxon test ContinuousCategorical.
Week 5: Logistic regression analysis Overview Questions from last week What is logistic regression analysis? The mathematical model Interpreting the β.
Logistic Regression July 28, 2008 Ivan Katchanovski, Ph.D. POL 242Y-Y.
© 2006 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Chapter 12 Testing for Relationships Tests of linear relationships –Correlation 2 continuous.
Multiple Logistic Regression STAT E-150 Statistical Methods.
LOGISTIC REGRESSION Binary dependent variable (pass-fail) Odds ratio: p/(1-p) eg. 1/9 means 1 time in 10 pass, 9 times fail Log-odds ratio: y = ln[p/(1-p)]
Logistic Regression Analysis Gerrit Rooks
Dates Presentations Wed / Fri Ex. 4, logistic regression, Monday Dec 7 th Final Tues. Dec 8 th, 3:30.
Logistic Regression Saed Sayad 1www.ismartsoft.com.
ALISON BOWLING MAXIMUM LIKELIHOOD. GENERAL LINEAR MODEL.
Multiple Regression David A. Kenny January 12, 2014.
Multiple Regression Analysis Regression analysis with two or more independent variables. Leads to an improvement.
Nonparametric Statistics
Construction Engineering 221 Probability and Statistics.
Lecture note on statistics, data analysis planning – week 14 Elspeth Slayter, M.S.W., Ph.D.
LOGISTIC REGRESSION. Purpose  Logistical regression is regularly used when there are only two categories of the dependent variable and there is a mixture.
Logistic Regression: Regression with a Binary Dependent Variable.
Chapter 13 LOGISTIC REGRESSION. Set of independent variables Categorical outcome measure, generally dichotomous.
Nonparametric Statistics
BINARY LOGISTIC REGRESSION
Logistic Regression When and why do we use logistic regression?
Logistic Regression APKC – STATS AFAC (2016).
Kin 304 Regression Linear Regression Least Sum of Squares
BPK 304W Regression Linear Regression Least Sum of Squares
BPK 304W Correlation.
Multiple logistic regression
Nonparametric Statistics
Categorical Data Analysis Review for Final
Chapter 6 Logistic Regression: Regression with a Binary Dependent Variable Copyright © 2010 Pearson Education, Inc., publishing as Prentice-Hall.
Logistic Regression.
Regression Part II.
Presentation transcript:

Logistic (regression) single and multiple

Overview  Defined: A model for predicting one variable from other variable(s).  Variables:IV(s) is continuous/categorical, DV is dichotomous  Relationship:Prediction of group membership  Example:Can we predict bar passage from LSAT score (and/or GPA, etc)  Assumptions:Multicollinearity (not linearity or normality)

Comparison to Linear Regression:  Since dichotomous outcome, can’t use linear regression because not linear  Since dichotomous outcome, we are now talking about “probabilities” (of 0 or 1)  So logistic is about predicting the probability of the outcome occurring.

Comparison to Linear Regression:  Logistic is based upon “odds ratio” which is the probability of an event divided by probability of non-event. For example, if Exp(b) =2, then a one unit change would make the event twice as likely (.67/.33) to occur.

Comparison to Linear Regression:  Single predictor  Multiple predictor  Notice the linear regression equation  e is the base of the natural logarithm (about 2.718)

Comparison to Linear Regression:  Linear = measure of fit was sum of squares Summing the squared difference between the line and actual outcomes Logistic = measure of fit is log-likelihood Summing the probabilities associated with the predicted and actual outcomes

Comparison to Linear Regression:  Linear = overall variance explained by R 2 Logistic = overall “ variance explained ” by… -2LL (log-likelihood score x 2, higher means worse fit) R 2 cs (Cox and Snell’s statistic for comparison to baseline) R 2 n (Nagelkerke’s statistic variation of R 2 cs )

NOTE:  There is no direct analog of R 2 in logistic analysis. This is because an R 2 measure seeks to make a statement about the "percent of variance explained," but the variance of a dichotomous or categorical dependent variable depends on the frequency distribution of that variable. For a dichotomous dependent variable, for instance, variance is at a maximum for a split, and the more lopsided the split, the lower the variance. This means that R 2 measures for logistic analysis with differing marginal distributions of their respective dependent variables cannot be compared directly, and comparison of logistic R 2 measures with R 2 from OLS regression is also problematic.  Nonetheless, a number of logistic “pseudo” R 2 measures have been proposed, all of which should be reported as approximations to OLS R 2, BUT NOT as actual percent of variance explained.

Comparison to Linear Regression:  Linear = unique contributions of variable by... unstandardized b (for the regression equation) standardized b (for interpretation, similar to r) significance level (t-test) Logistic = unique contributions of variable by... unstandardized b (for the logistic equation) exp(b) (for interpretation, as odds ratio) significance level (Wald, using chi-square test)

Comparison to Linear Regression: Logistic = unique contributions of variable by... unstandardized b (for the logistic equation) exp(b) (for interpretation, as odds ratio) significance level (Wald, using chi-square test) (1) Both gre and gpa are significant predictors while topnotch is not. (2) For a one unit increase in gpa, the log odds of being admitted to graduate school (vs. not being admitted) increases by.668. (3) For a one unit increase in gpa, the odds of being admitted to graduate school (vs. not being admitted) increased by a factor of

Comparison to Linear Regression:  Linear = each variable (without controlling)… Bivariate correlation Logistic = each variable (without controlling)… Logistic output shows you the following information:

Comparison to Linear Regression:  Linear = different methods… Entry Hierarchical Stepwise Logistic = different methods… Entry (same as with linear regression) Hierarchical (same as with linear regression) Stepwise (see Field’s textbook page 226)