SAS-Cumulative Logit Model with Ordinal Responses April 4, 2008
Posted by jyrms in Logistic regression, SAS.Tags: cumulative logit model, orderinal variable, proc logistic, SAS
add a comment
Proc logistic: order= data, order=internal
SAS-Deviance =0 when fit 3-way table with PROC LOGISTIC March 22, 2008
Posted by jyrms in Logistic regression, SAS.add a comment
When fit a 3-way table with PROC LOGISTIC, you might have situations that the deviance of your regression model equals zero.
SAS- change the order of categorical variable March 20, 2008
Posted by jyrms in Logistic regression, SAS.add a comment
Add “(desc)” after the variable that you wanna change the order in the “class” function.