Chapter Contents |
Previous |
Next |
The GENMOD Procedure |
The GENMOD procedure orders the response categories for ordinal multinomial models from lowest to highest by default. This is different from the binomial distribution, where the response probability for the highest of the two categories is modeled. You can change the way GENMOD orders the response levels with the RORDER= option in the PROC GENMOD statement. The order that GENMOD uses is shown in the "Response Profiles" output table described in the section "Response Profile".
The GENMOD procedure supports only the ordinal multinomial model. If (pi1, pi2, ... pik) are the category probabilities, the cumulative category probabilities are modeled with the same link functions used for binomial data. Let ,r = 1, 2, ... , k-1 be the cumulative category probabilities (note that Pik = 1). The ordinal model is
PROC GENMOD estimates the intercept parameters and regression parameters by maximum likelihood.
The subpopulations i are defined by constant values of the AGGREGATE= variable. This has no effect on the parameter estimates, but it does affect the deviance and Pearson chi-square statistics; it also affects parameter estimate standard errors if you specify the SCALE=DEVIANCE or SCALE=PEARSON options.
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.