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
Perhaps the confusion is that the example dataframe defined its own pre column, which was then ignored by the PrePostFit class which used treatment_time instead. Maybe the user should create the pre column and the class should do
In the COVID excess deaths example, the data is split into pre and post treatment with
However, when inspecting result.datapre we see that 2020-01-01 is included with the label
pre=False
If 2020-01-01 should be in the post set, as the df says, then the splitting should be changed to:
If it should be in the pre set, then
deaths_and_temps_england_wales.csv
needs to be updated so thatpre=True
for this dateThe text was updated successfully, but these errors were encountered: