Closed SOLV-Code closed 3 years ago
estimation function currently has argument last.n, to use only last n years rather than all years to calculate the rate.
But if there is missing data, last n rows may span more than last n years
-> have a data check piece for this, but need decide how to handle in fitModel() fn
Done, with merge #33
estimation function currently has argument last.n, to use only last n years rather than all years to calculate the rate.
But if there is missing data, last n rows may span more than last n years
-> have a data check piece for this, but need decide how to handle in fitModel() fn