Zelig
Zelig copied to clipboard
A statistical framework that serves as a common interface to a large range of models
Hello, I output several imputed panel data sets using Amelia and am trying to run an OLS regression using time and unit fixed effects, with clustered standard errors. I get...
There were some changes to R 4.2 that broke some of Zelig's examples and got it kicked off of CRAN (see #352 for details). This PR fixes those examples and...
Hi @tercer Thanks for your work on this package. However it looks like Zelig has been [removed from CRAN](https://cran.r-project.org/web/packages/Zelig/index.html) and it is also failing a test as: ``` == Failed...
This pull request closes #348
``` Warning messages: 1: `tbl_df()` was deprecated in dplyr 1.0.0. Please use `tibble::as_tibble()` instead. This warning is displayed once every 8 hours. Call `lifecycle::last_lifecycle_warnings()` to see where this warning was...
I am working with a dataset where I have imputed missing values with the Amelia-package. The dependent value is ordinal with 4 values, and I had therefore planned to perform...
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...
I am working on estimating the ATT for a multiply imputed data set using Full Propensity scores Estimation. I got the total ATT, but cannot find the function to estimate...
I bring together a household survey (non-candidate) and a candidate survey data, and use the relogit function of the Zelig package to explore the determinants of becoming a candidate. Yet,...
I am replicating a code that uses the `simulation.matrix` function (https://www.rdocumentation.org/packages/Zelig/versions/4.2-1/topics/simulation.matrix). However, it seems like it no longer exists in newer versions of Zelig. I was wondering whether a replacement...