margins icon indicating copy to clipboard operation
margins copied to clipboard

An R Port of Stata's 'margins' Command

Results 73 margins issues
Sort by recently updated
recently updated
newest added

I saw that bigglm is supported in `prediction` (thank you!), but I'm not able to run `margins()` on a bigglm model. Not sure if this is a bug or if...

Hi - I'm seeing mismatched labels between margins(foo) and plot(margins(foo)), in this case for a logit (no interactions). I hope I'm not doing something wrong. Reproduceable minimal example below. The...

First of all, thank you so much for this amazing package. I´d like to know if there´s any implementation to make stargazer tables for (multiple) regression model(s) reporting AME coefficients,...

Please specify whether your issue is about: - [ x] a possible bug - [ ] a question about package functionality - [ ] a suggested code or documentation change,...

- [ ] A possible bug First, thank you for writing and sharing `margins`. As an ex-Stata user this fills a big gap in my analytical workflows post transitioning to...

Dear Thomas, first, thanks for putting together and maintaining this package - would be difficult to work without it! **A possible bug:** I have an issue with getting marginal effects...

- [ ] a possible bug - [ ] a question about package functionality - [X] a suggested code or documentation change, improvement to the code, or feature request Is...

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [X] a suggested code or documentation change, improvement...

Hi Thomas, I get an error message (Error in jacobian %*% vcov : non-conformable arguments) when running `margins` on a `multinom`-object. This issue has also been mentioned by someone else...

Hello, I want to calculate the AME of a model with class clm. I always get an error and only coefficients. Plus the values differ from the estimation in a...