broom.helpers
broom.helpers copied to clipboard
A set of functions to facilitate manipulation of tibbles produced by broom
https://cran.r-project.org/web/packages/margins/index.html It looks like it was archived a couple of weeks ago. I haven't heard anything about plans to get it back on CRAN.
- [ ] add NEWS - [ ] add test
``` 'function (...) { .Deprecated("datagrid(x = 1:2, grid_type = \"counterfactual\")") datagridcf_internal(...) }' est obsolète. Utilisez plutôt ‘datagrid(x = 1:2, grid_type = "counterfactual")’. ```
see https://github.com/ddsjoberg/gtsummary/issues/1625 and https://github.com/therneau/survival/issues/250
To be checked / explored
The different GA fails when glmmTMB has to be installed. cf. https://github.com/glmmTMB/glmmTMB/issues/882 To be followed
`glmnet()` only accepts a matrix of continuous variables. It does not provide a `model.frame()` or a `model.matrix()` method. However, should we consider that all variables are simply continuous?
The tidymodels objects don't have the same 'terms' information in a standard model. But I do think all this information is stored in the object. Like I mentioned before, I...
https://github.com/ddsjoberg/gtsummary/issues/1981