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
prop.test
I tried adding a check for it in the code, but I don't think I understand the big picture well enough to capture the error effectively.
> prop.test(c(11, 10, 4), c(12, 12, 12)) %>% explain() Quitting from lines 124-128 ()
## Error in if (x$p.value < 1 - attr(x$conf.int, "conf")) {: argument is of length zero
## Warning: NAs introduced by coercion
## Error in if (x$p.value < 1 - attr(x$conf.int, "conf")) "reject" else "do not reject": argument is of length zero
Warning message: In prop.test(c(11, 10, 4), c(12, 12, 12)) : Chi-squared approximation may be incorrect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried adding a check for it in the code, but I don't think I understand the big picture well enough to capture the error effectively.
The text was updated successfully, but these errors were encountered: