aknandi / disaggregation

R package containing methods for Bayesian disaggregation modelling
Other
21 stars 6 forks source link

Add time #35

Open timcdlucas opened 4 years ago

timcdlucas commented 9 months ago

Time can be used in a ton of ways.

Time varying covariates Simple linear or spline effect of time Ful spatio-temporal model Run n models, one for each year Inter annual effects/models

Some of this is really difficult, some is easier. Need to consider prediction as well as fitting throughout. Some is mostly just more avoiding excess prepare_data calls.