[R] ordered probit or logit / recursive regression

Thomas Lumley tlumley at u.washington.edu
Sat Jun 12 17:53:58 CEST 2004


On Sat, 12 Jun 2004, Ajay Shah wrote:

>
> R is very fancy. You won't get mundane things like ordered probit off
> the shelf. (I will be very happy if someone will show how to use glm()
> to do a vanilla probit!)


glm(y~x+z, family=binomial(probit))


Be happy,

	-thomas




More information about the R-help mailing list