You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have a bunch of scenarios, grouping on different elements, with time series of outcomes (some times long format, i.e. two column of outcome and val; sometimes wide on outcome1, outcome2, ...), replicated
a subset (often single element, but not necessarily) of those represent the reference case(s)
we want to compute the matched differences of the outcomes
in a variety of ways (averted, relative averted i.e. effectiveness, cumulative versions of previous, cumulative from a particular point in time)
reference identifier has to be a 1 to M key of scenario key (with M potentially 1, but generally allowed to be > 1).
want: an auxilary function that will take a scenario table, with key, dimension 1, dimension 2, ..., etc columns and then receive a grouping statement (defining how to distinguish reference scenarios) which will extract the 1 to M relationships
Typical scenario comparison problem looks like:
outcome
andval
; sometimes wide onoutcome1
,outcome2
, ...), replicatedDesired interface:
quantile.data.table
-ready output (as this is typical next step)The text was updated successfully, but these errors were encountered: