We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
outcome_controls =115/num_controls
should be outcome_controlled to match later code.
outcome_controlled
std_treatment_effect = np.sqrt(var_treatment_effect
is missing the right parenthesis.
print(f"95 % confidence interval is [{CI_delta[0])}, {CI_delta[1]}]")
has an extra parenthesis after CI_delta[0].
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."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
should be
outcome_controlled
to match later code.is missing the right parenthesis.
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."
The text was updated successfully, but these errors were encountered: