§7.2: The Proportional Odds Model for Ordinal Response

Slides:



Advertisements
Similar presentations
Sociology 680 Multivariate Analysis Logistic Regression.
Advertisements

CORRELATION. Overview of Correlation u What is a Correlation? u Correlation Coefficients u Coefficient of Determination u Test for Significance u Correlation.
Logistic Regression I Outline Introduction to maximum likelihood estimation (MLE) Introduction to Generalized Linear Models The simplest logistic regression.
WARM UP  Use the Distributive Property to rewrite the expression without parentheses. 1. 5(y - 2) 2. -2(x - 6) 3. -1(1 + s) 4. -2(2 + t) 5. -3(x – 4)
Continuous Random Variables and Probability Distributions
Samples vs. Distributions Distributions: Discrete Random Variable Distributions: Continuous Random Variable Another Situation: Sample of Data.
FIN357 Li1 Binary Dependent Variables Chapter 12 P(y = 1|x) = G(  0 + x  )
Statistics Lecture 14. Example Consider a rv, X, with pdf Sketch pdf.
Linear Programming General Form of an LP Model. Linear Programming General Form of an LP Model where the c’s, a’s and b’s are constants determined from.
Continuous Random Variables and Probability Distributions
Chapter 9 Hypothesis Testing II. Chapter Outline  Introduction  Hypothesis Testing with Sample Means (Large Samples)  Hypothesis Testing with Sample.
Choosing Statistical Procedures
Means Tests Hypothesis Testing Assumptions Testing (Normality)
Logistic Regression III: Advanced topics Conditional Logistic Regression for Matched Data Conditional Logistic Regression for Matched Data.
Analysis & Interpretation: Individual Variables Independently Chapter 12.
1 Logistic Regression Adapted from: Tom Mitchell’s Machine Learning Book Evan Wei Xiang and Qiang Yang.
Statistical Review We will be working with two types of probability distributions: Discrete distributions –If the random variable of interest can take.
Associate Professor Arthur Dryver, PhD School of Business Administration, NIDA url:
April 6 Logistic Regression –Estimating probability based on logistic model –Testing differences among multiple groups –Assumptions for model.
Generalized Linear Models All the regression models treated so far have common structure. This structure can be split up into two parts: The random part:
When and why to use Logistic Regression?  The response variable has to be binary or ordinal.  Predictors can be continuous, discrete, or combinations.
April 4 Logistic Regression –Lee Chapter 9 –Cody and Smith 9:F.
Large sample CI for μ Small sample CI for μ Large sample CI for p
Hypothesis Testing State the hypotheses. Formulate an analysis plan. Analyze sample data. Interpret the results.
1 Chapter 1: Stratified Data Analysis 1.1 Introduction 1.2 Examining Associations among Variables 1.3 Recursive Partitioning 1.4 Introduction to Logistic.
1 Chapter 2: Logistic Regression and Correspondence Analysis 2.1 Fitting Ordinal Logistic Regression Models 2.2 Fitting Nominal Logistic Regression Models.
Logic and Vocabulary of Hypothesis Tests Chapter 13.
1 Everyday is a new beginning in life. Every moment is a time for self vigilance.
Discrepancy between Data and Fit. Introduction What is Deviance? Deviance for Binary Responses and Proportions Deviance as measure of the goodness of.
1 Econometrics (NA1031) Lecture 3 Interval Estimation and Hypothesis Testing.
Qualitative and Limited Dependent Variable Models ECON 6002 Econometrics Memorial University of Newfoundland Adapted from Vera Tabakova’s notes.
Continuous Random Variables and Probability Distributions
Tests of Significance: The Basics ESS chapter 15 © 2013 W.H. Freeman and Company.
Applied Epidemiologic Analysis - P8400 Fall 2002 Labs 6 & 7 Case-Control Analysis ----Logistic Regression Henian Chen, M.D., Ph.D.
Lec. 19 – Hypothesis Testing: The Null and Types of Error.
Review Simplify Expressions Distributing and Combining Like Terms.
Hypothesis Testing.
3.2.1 – Linear Systems, Substitution
Warm Up #’s 12, 14, and 16 on p. 552 Then answer the following question; In a jury trial, what two errors could a jury make?
CHAPTER 12 More About Regression
Chapter 7. Classification and Prediction
Lecture Nine - Twelve Tests of Significance.
Hypothesis Testing: One Sample Cases
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Section 11.1: Least squares estimation CIS Computational.
IEE 380 Review.
QUALITATIVE AND LIMITED DEPENDENT VARIABLE MODELS
Multiple Regression Analysis: Inference
Correlation and Regression
Hypothesis Testing for Proportions
CHAPTER 12 More About Regression
Hypothesis Testing: Hypotheses
Warm-up September 21, 2017 (-5) – 6 = 5 – (-6) = (-5) + 6 =
Means and Variances of Random Variables
SDPBRN Postgraduate Training Day Dundee Dental Education Centre
Spearman Rank Order Correlation Example
Inferences on Two Samples Summary
Chapter 12 Inference on the Least-squares Regression Line; ANOVA
Review of Hypothesis Testing
Hypothesis Testing.
Warm Up Graph y = 4x and 16, $10’s and 7 $20’s.
SIMPLIFY THE EXPRESSION
Logistic Regression.
Chapter 3 Probability Sampling Theory Hypothesis Testing.
Lecture 41 Section 14.1 – 14.3 Wed, Nov 14, 2007
Warm Up Graph y = 4x and 16, $10’s and 7 $20’s.
Warm Up 9/12/18 Solve x. 1) 3x – 7 = 5 + 2x
CHAPTER 12 More About Regression
3.2. SIMPLE LINEAR REGRESSION
Warm Up Simplify: 5(b+4) 2)-3(2x+5) 3)4(-8-3q) 4)- 6(2b-7)
Bell Work Solve and Check x = y – 5.6 = 34.2 x = -68
Presentation transcript:

§7.2: The Proportional Odds Model for Ordinal Response

Warm Up Give an example of an ORDINAL variable Suppose p(Y=1)=0.5, p(Y=3)=0.2. Find P(Y≤2). What is logit(P(Y≤2))? What is logit(P(Y≤3))?

Our Goal Y – ORDINAL response variable X1, X2 , … XN predictor variables Find the distribution of Y in terms of the X’s Y 1-Disagree 2-Neutral 3-Agree Probability P(Y=1|x’s) P(Y=2|x’s) P(Y=3|x’s)

Proportional Odds Model Express “Cumulative Logit” as a linear combination of predictor variables.

You Try For the ordinal variable you came up with earlier, what are two predictor variables? Write out the model with your example variables Logit(P(Y≤j|x’s)=αj + β1x1+ β2x2 How many αj’s are in your model?

Proportional Odds vs. More Complicated Model 9 parameters Y 1 x1 x2 Y=1 a11 b11 b12 Y=2 a21 b21 b22 Y=3 a31 b31 b32 Y=4 n/a Proportional Odds 5 parameters Y 1 x1 x2 Y=1 α11 β11 β 12 Y=2 α21 Y=3 α31 Y=4 n/a

Score Test Compares Proportional Odds Model to more complicated model Null Hypothesis – Proportional Odds appropriate Alternative Hypothesis – More complicated model is needed.