Closed
Description
The tsibble package, as @jacobbien mentioned, looks like it has a structure that would be helpful to have epi_signal
inherit, rather a plain tibble
. A tsibble
has the following structure:
key
: for us this would begeo_value
, I think;index
: for us would be betime_value
, I think;- any other columns as measured variables: for us, we need at least
value
, here.
Generally, we should also check out the tidyverts, and yes, that's not a typo, click on the link. It would be nice to see if anything here just takes care of things we might need (or might have already implemented?) in epitools
, and soon, in epipred
.
@jacobbien @dajmcdon @capnrefsmmat @brookslogan Looking through all of this would be a big job, but do any of you guys just want to each take a look at some part, and report back what you think here, on this issue?
Metadata
Metadata
Assignees
Labels
No labels