Hi,

I want to ask some questions about gologit2 command and partial proportional odds model.
Here's my questions below.

1. making output table in gamma parameterization

I've tried to export my results in gamma using outreg2 or estout in several ways, but all failed.
I read help gologit2 and learnt gamma(name) option, but don't know how to use the option correctly.
This is one of my code. Please let me know the problem and better codes you have.

gologit2 allow_poor i.gender conage sbstatus fmincome edu i.relig, autofit or gamma(m1)
est store m1, title(Model 1)
est out m1 using "[my filename]", cells(b(star fmt(3)) se(par fmt(2))) stats(aic bic N) replace


2. Negative probability

I got 10 cases of negative probability from more than 7000 observations. Is this acceptable number to use the gologit model?


3. Relationships between ordered regression models

I read few books and articles about ordered regression models and tried to understand relationships between concepts.
I need help to figure out if there's something wrong with my rough understanding below.

1) parallel cumulative logit model = proportional odds model = ordered logit model(in narrow sense)
2) partial(unconstrained, constrained) cumulative logit model= partial proportional odds model
3) non-parallel cumulative logit model = generalized ordered logit model(in narrow sense)
4) 1)~3) ⊂ generalized ordered model(in broad sense) or ordered logit model(in broad sense)

Thank you for reading.
Please help me out!