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
set default t_min at a percentile of the serial interval distribution (e.g. t_min <- as.integer(which(cumsum(SI_assumed)>=.99)[1]+1))
allows estimation of mutliple variants when incidence might be missing for one variant but exist for another,
potential solution: input different t_min for each variant
The text was updated successfully, but these errors were encountered:
set default t_min at a percentile of the serial interval distribution (e.g. t_min <- as.integer(which(cumsum(SI_assumed)>=.99)[1]+1))
allows estimation of mutliple variants when incidence might be missing for one variant but exist for another,
potential solution: input different t_min for each variant
The text was updated successfully, but these errors were encountered: