Skip to content

Should epi_signal inherit from tsibble? #7

Closed
@ryantibs

Description

@ryantibs

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 be geo_value, I think;
  • index: for us would be be time_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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions