Paul Johnson wrote:
> This is a follow up to the message I posted 3 days ago about how to
> estimate mixed ordinal logit models.  I hope you don't mind that I am
> just pasting in the code and comments from an R file for your
> feedback.  Actual estimates are at the end of the post.

. . .

Paul,

lrm does not give an incorrect sign on the intercepts.  Just look at how 
it states the model in terms of Prob(Y>=j) so that its coefficients are 
consistent with the way people state binary models.

I'm not clear on your generation of simulated data.  I specify the 
population logit, anti-logit that, and generate binary responses with 
those probabilities.  I don't use rlogis.

See if using the PO model with lrm with penalization on the factor does 
what you need.

lrm is not set up to omit an intercept with the -1 notation.

My book goes into details about the continuation ratio model.

Frank Harrell

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to