Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chp 7 Logit Models for Multivariate Responses

Similar presentations


Presentation on theme: "Chp 7 Logit Models for Multivariate Responses"— Presentation transcript:

1 Chp 7 Logit Models for Multivariate Responses
7.1: Model for Nominal Response; 7.2: Model for Ordinal Response; 7.3: other link functions; 7.4: alternative ordinal-response models; 7.5: test of conditional independence; 7.6: discrete-choice multinomial logit models.

2 7.1 Nominal Responses: Baseline-Category Logit Model

3 7.1.2 Alligator Food Choice Example

4 Variables:

5 SAS code: data gator; input lake gender size food count datalines; … proc logistic; freq count; class lake size / param=ref; model food(ref='1') = lake size / link=glogit aggregate scale=none; proc catmod; weight count; population lake size gender; model food = lake size / pred=freq pred=prob; run; population lake size;

6

7

8 Results Absolute values of standard Pearson residuals comparing the observed and fitted values exceed 2 in only two of the 40 cells and exceed 3 in none of the cells. So, this fit seems adequate. With fish as the baseline category, Table 7.4 contains ML estimates of effect parameters. The model uses dummy variables for first three lakes and for size.

9

10

11 7.2 Ordinal Responses: Cumulative Logit Models

12

13

14

15 SAS code data impair; input mental ses life; datalines; … ; proc genmod ; model mental = life ses / dist=multinomial link=clogit lrci type3; Run;

16

17

18

19

20

21


Download ppt "Chp 7 Logit Models for Multivariate Responses"

Similar presentations


Ads by Google