Context: I have a dataset in which I am analyzing whether a patient having 1 disease (binary) influences the number of other diseases the patient has (ordinal; range = 0-7), which is the outcome variable.
Questions:
Is the number of other diseases the patient has in fact ordinal?
What regression method would I use to analyze this data where the outcome variable is ordinal?
My other explanatory variables include age, race, gender, etc. I am using SAS, so could I use
PROC LOGISTIC
orPROC GLM
?Also, what method would I use to test the simple correlation between the two? Is there something similar to the chi-square for a 2 by 8 table?