Zelig icon indicating copy to clipboard operation
Zelig copied to clipboard

Bivariate Logit and Probit Model in Zelig 5

Open shikali-chinh opened this issue 4 years ago • 1 comments

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.

shikali-chinh avatar Aug 19 '21 01:08 shikali-chinh

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

bkupmc avatar Aug 30 '21 18:08 bkupmc