prediction icon indicating copy to clipboard operation
prediction copied to clipboard

Tidy, Type-Safe 'prediction()' Methods

Results 23 prediction issues
Sort by recently updated
recently updated
newest added

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

bug

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

bug

The example for mlogit from the documentation does not work for me: ```R library("prediction") library(mlogit) data("Fishing", package = "mlogit") Fish

question

- [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

I would like to know if it is possible to obtain confidence intervals for the adjusted predicted probabilities. I have explained more in detail my doubts in this stackoveflow question:...

question

## Missing data behavior Does `prediction` provide any guarantees about predictions on missing data? I've been playing around some and it seems like most methods behave like `predict()` with `na.action...

question

- [ ] Remove the ability to call `prediction()` without new data. People can use `fitted()` for that instead. The default will continue to return predictions for the data used...

enhancement

Now that `prediction()` has gained the `at` argument, it seems logical to report variances (ala Stata `margins::margins()`).

enhancement

I wonder whether it would makesense to use `predictInterval` from merTools instead of the standard `predict` function? At present `prediction` returns NA for the fitted.se, but predictInterval would make this...

question

As noted in the package startup message: > 'brglm' will gradually be superseded by 'brglm2' (https://cran.r-project.org/package=brglm2), which provides utilities for mean and median bias reduction for all GLMs and methods...

enhancement