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

``` library(prediction) library(plm) example(plm) pred1

bug
question

This is a list of requested model classes to potentially support in **prediction**. It is sorted by completion status of model support, and then by function name. In order to...

enhancement
help wanted

- [ ] a question about package functionality Hi, When using the `prediction` function to calculate predicted means (or "margins") I get the same predicted values in both R and...

I believe the link at the end of the details section should be updated to: https://jslsoc.sitehost.iu.edu/stata/ci_computations/spost_deltaci.pdf

The documentation claims to be able to handle `svyglm` models from the survey library, and indeed, the `prediction()` does calculate point estimates and standard errors. However, the library seems unable...

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

I can't compute the standard errors of predicted probabilities for an ordered logit model. I have tried both MASS::polr and ordinal::clm. The regression models run fine. When prediction::prediction() is run,...

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

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