Tomasz Żółtak

Results 7 issues of Tomasz Żółtak

`margins()` S3 method for _svyglm_ object now requires providing design object as an additional argument. This causes trouble if there are missings in some variable included in a model: ```R...

bug

Please ensure the following before submitting a PR: - [v] if suggesting code changes or improvements, [open an issue](https://github.com/leeper/margins/issues/new) first - [v] for all but trivial changes (e.g., typo fixes),...

[x] a possible bug This is not a very serious problem, however it is on the one hand inconvenient and on the other hand a little trouble-prone for careless users:...

bug

[x] a suggested code or documentation change, improvement to the code, or feature request If a simple `coef()` method for _margins_ objects would be added to the package, it will...

enhancement

`margins()` fails in a situation when in a model there is a factor variable with some unused level(s): ```R ## load package library("margins") ## code goes here mtcars$gear = factor(mtcars$gear,...

bug

- [v] if suggesting code changes or improvements, [open an issue](https://github.com/leeper/prediction/issues/new) first - [v] for all but trivial changes (e.g., typo fixes), add your name to [DESCRIPTION](https://github.com/leeper/prediction/blob/master/DESCRIPTION) - [v] for...

enhancement

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

bug