Skip to content
New issue

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

a_output_full$indicators does not have national level #326

Open
jeffeaton opened this issue Jul 14, 2022 · 0 comments
Open

a_output_full$indicators does not have national level #326

jeffeaton opened this issue Jul 14, 2022 · 0 comments
Assignees

Comments

@jeffeaton
Copy link
Collaborator

In the test data constructed, what is a_output_full$indicators and why does it not have national level outputs?

> 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 
@jeffeaton jeffeaton self-assigned this Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant