prediction
prediction copied to clipboard
Improvements in `prediction.svyglm`
- [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 be better if:
-
prediction.svyglm
can get survey design objects asdata
argument. -
prediction.svyglm
didn't fail ifdata
contains NAs (it fails now because all observations with NAs are removed from results returned bysurvey::predict.svyglm
what is a different behavior than this ofpredict.glm
).