fgregg
fgregg

Reputation: 3249

Nested Logit or Probit in R

Is there a R package for a Nested Logit or Probit model?

I've checked the bayesm and mnp packages, and they don't appear to have the capacity.

Upvotes: 2

Views: 1219

Answers (2)

Dirk is no longer here
Dirk is no longer here

Reputation: 368499

You could try the mlogit or VGAM packages.

Web searches work well via r-seek.

Upvotes: 2

IRTFM
IRTFM

Reputation: 263451

I don't see that I have the capacity to edit Dirk's postings (not surprising given our relative merits in R programming), but the link is actually to rseek.org, not r-seek.org

Other search facilities include Baron's site and of course Google with "r-project" in the search string:

Upvotes: 1

Related Questions