IQSS / Zelig

A statistical framework that serves as a common interface to a large range of models
http://zeligproject.org
109 stars 43 forks source link

Bivariate Logit and Probit Model in Zelig 5 #347

Open shikali-chinh opened 2 years ago

shikali-chinh commented 2 years ago

I want to confirm that whether the Bivariate Logit and Probit Models are still supported by Zelig package. When I tried to run the model using the example in the following link: http://docs.zeligproject.org/articles/zeligchoice_blogit.html The following error happened "Model 'blogit' not found" So I am wondering how to run the regression for Bivariate Logit and Probit Models in Zelig now? Thanks in advance.

bkupmc commented 2 years ago

ShikaliChinh.

I was having the same problem you have. After looking around, I found that the "blogit" model is in the add-on package ZeligChoice. You can download this from github as well (devtools::install_github("IQSS/ZeligChoice")). Then issue library(Zelig) and library(ZeligChoice) and you can run the blogit model.

Best regards, Bert Klei Computational Genetics WPH-UPMC