epinowcast / epidist

An R package for estimating epidemiological delay distributions
http://epidist.epinowcast.org/
Other
9 stars 4 forks source link

Refactor observation filtering (trunaction) functions #34

Open athowes opened 4 months ago

athowes commented 4 months ago

In line with the filter_obs_by_ptime() function, I think it would be more descriptive and clear to have the filter_obs_by_obs_time() function be called filter_obs_by_stime(): filter observations by the time of the secondary observation.

Perhaps there is a question as to whether we want to be implementing "simple" operations like this, but if we are then I think the rename is a good idea.

athowes commented 4 months ago

As a part of this issue, I propose to: