seattleflu / incidence-mapper

R interface to database, map model training, and model data API Server
MIT License
5 stars 1 forks source link

introduce more specific model types in incidenceMapR #131

Open famulare opened 4 years ago

famulare commented 4 years ago

The original abstraction that we always want smoothModel or latentFieldModel is broken. We really want intensityModel (current latentFieldModel), DeDxModel and catchmentModel (both variants of smoothModel but with different rules for handling site_type (DeDx==random effects, catchment == replicate/fixed effect).