reconhub / incidence

☣:chart_with_upwards_trend::chart_with_downwards_trend:☣ Compute and visualise incidence
https://reconhub.github.io/incidence
Other
58 stars 13 forks source link

rename "lm" element in incidence_fit to "model" #61

Closed zkamvar closed 6 years ago

zkamvar commented 6 years ago

Because the incidence_fit object can contain the model for any modeling strategy, there's no reason to specify that it has to be a linear model. Thus, I'm changing the $lm element to be named $model.

zkamvar commented 6 years ago

If there are no objections to this, I will merge it later today cc: @caijun

caijun commented 6 years ago

I agree, $model is more general.