- In the first code cell,
outcome_controls =115/num_controls
should be outcome_controlled to match later code.
- In the first code cell,
std_treatment_effect = np.sqrt(var_treatment_effect
is missing the right parenthesis.
- In the first code cell,
print(f"95 % confidence interval is [{CI_delta[0])}, {CI_delta[1]}]")
has an extra parenthesis after CI_delta[0].
-
In the Pfizer/BNTX Covid-19 RCT markdown cell, "averal" is written instead of "overall."
-
In the cell below, "vaccie" is written instead of "vaccine."