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
had commented some stuff out because erroring with the moving of props functions #32 need to fix up the examples appropratiely.
The text was updated successfully, but these errors were encountered:
instead of calling attack_rate functions to demonstrate merging, just create an example dataframe with props and cis.
conf.low = (p - qnorm(0.975) * sqrt(p * (1 - p) / N)) conf.high =( p + qnorm(0.975) * sqrt(p * (1 - p) / N))
Sorry, something went wrong.
aspina7
No branches or pull requests
had commented some stuff out because erroring with the moving of props functions #32
need to fix up the examples appropratiely.
The text was updated successfully, but these errors were encountered: