leeper / prediction

Tidy, Type-Safe 'prediction()' Methods
https://cran.r-project.org/package=prediction
Other
89 stars 14 forks source link

Add Support for Additional Model Classes #1

Open leeper opened 7 years ago

leeper commented 7 years ago

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 support a model class, the package needs to provide a predict() method. If this is not provided, it is not (presently) supportable.

Supported

Potentially supportable

Not currently supportable

(Note: this is migrated from: https://github.com/leeper/margins/issues/3)

bgall commented 7 years ago

@leeper I'd add the other survey package functions. While many of them are based on survey::svyglm() which are class glm, lm, and svyglm, the survey::svyolr() function is NOT from MASS::polr() and is of class svyolr.

tappek commented 1 year ago

For models produced by plm::plm(), there is a predict method available since plm version 2.6-2.