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
In the test data constructed, what is a_output_full$indicators and why does it not have national level outputs?
a_output_full$indicators
> a_output_full$indicators %>% count(area_id) # A tibble: 15 × 2 area_id n <chr> <int> 1 MWI_1_1_demo 3888 2 MWI_2_1_demo 3888 3 MWI_3_1_demo 3888 4 MWI_3_2_demo 3888 5 MWI_3_3_demo 3888 6 MWI_3_4_demo 3888 7 MWI_3_5_demo 3888 8 MWI_3_6_demo 3888 9 MWI_4_1_demo 3888 10 MWI_4_2_demo 3888 11 MWI_4_3_demo 3888 12 MWI_4_4_demo 3888 13 MWI_4_5_demo 3888 14 MWI_4_6_demo 3888 15 MWI_4_7_demo 3888 >
Reproduce by:
devtools::load_all("naomi") source("naomi/tests/testthat/setup-model-frame.R") a_output_full$indicators
The text was updated successfully, but these errors were encountered:
jeffeaton
No branches or pull requests
In the test data constructed, what is
a_output_full$indicators
and why does it not have national level outputs?Reproduce by:
The text was updated successfully, but these errors were encountered: