Hello, i am trying to run an Ordered Logistic Regression in odds ratio form. My code looks like:
ologit happiness livingarrangements_martialstatus SEXA, or
Happiness is the dependent variable being tested against multiple variables. But I am running into problems.
1) livingarrangements and Sex both contain multiple values to be tested. (screenshots below). But they run the variable itself and not the sub types.
2) Further if I rewrite the code to look at the specific values: ologit happiness unmarried_livingwithothers unmarrriedlivingalone married AGEB, or
Then it just says (1) omitted. (screenshot below). I coded these specific values as 1=yes 2=no
Any help is really appreciated ! I can't seem to figure it out.
ologit happiness livingarrangements_martialstatus SEXA, or
Happiness is the dependent variable being tested against multiple variables. But I am running into problems.
1) livingarrangements and Sex both contain multiple values to be tested. (screenshots below). But they run the variable itself and not the sub types.
2) Further if I rewrite the code to look at the specific values: ologit happiness unmarried_livingwithothers unmarrriedlivingalone married AGEB, or
Then it just says (1) omitted. (screenshot below). I coded these specific values as 1=yes 2=no
Any help is really appreciated ! I can't seem to figure it out.
Comment