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
I am exploring the possibility of modifying the app to allow for multiple interventions of different intensity (like what we see in real world) and also to export the result in a Excel file.
Checking the output of the SimSEIRintB() I can see that the day of the intervention is displayed twice (see below). Same values and I guess plotted like this.
Replicate the results with the code in runIntervention.R
>Tint=30# Intervention start time (days)>simInt= SimSEIRintB(input)
>>outInt.df=simInt$out.df>>outInt.df[30:33, ]
timeSE0E1I0I1I2I3RD3029942.522022.989664.597931e-06015.530031.5609920.301021316.993660.10265883130934.556426.056455.211289e-06017.666091.7799120.344163519.478260.11876533230934.556426.056455.211289e-06017.666091.7799120.344163519.478260.11876533331928.226927.080325.416064e-06019.843642.0253730.393178322.293370.1371733
Marius
The text was updated successfully, but these errors were encountered:
mpascariu
changed the title
Intervantion day saved twice
Intervention day saved twice
Mar 31, 2020
Great job, Alison! Thanks a lot for your work.
I am exploring the possibility of modifying the app to allow for multiple interventions of different intensity (like what we see in real world) and also to export the result in a Excel file.
Checking the output of the
SimSEIRintB()
I can see that the day of the intervention is displayed twice (see below). Same values and I guess plotted like this.Replicate the results with the code in
runIntervention.R
Marius
The text was updated successfully, but these errors were encountered: