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
Looking into this issue now. Just wanted to give you a heads up. @nnnagle
library(tidyverse) library(covidmodeldata) df_orig <- get_nyt() df <- format_nyt(df_orig) #> Error in rmultinom(1, abs(cases_to_distribute), prob = case_probs): no positive probabilities # remove CT, works as expected df_no_ct <- format_nyt(df_orig, skip_assignment = "09")
Created on 2020-05-04 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
jpiburn
No branches or pull requests
Looking into this issue now. Just wanted to give you a heads up. @nnnagle
Created on 2020-05-04 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: