Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax errors/typos in rct_vaccines.ipynb #3

Open
shreysrins opened this issue Feb 19, 2022 · 0 comments
Open

Syntax errors/typos in rct_vaccines.ipynb #3

shreysrins opened this issue Feb 19, 2022 · 0 comments

Comments

@shreysrins
Copy link

  1. In the first code cell,
outcome_controls =115/num_controls

should be outcome_controlled to match later code.

  1. In the first code cell,
std_treatment_effect = np.sqrt(var_treatment_effect

is missing the right parenthesis.

  1. 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].

  1. In the Pfizer/BNTX Covid-19 RCT markdown cell, "averal" is written instead of "overall."

  2. In the cell below, "vaccie" is written instead of "vaccine."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant