R4EPI / epidict

Epidemiology data dictionaries and random data generators
https://r4epi.github.io/epidict/
GNU General Public License v3.0
3 stars 1 forks source link

initiating WHO dataset for cholera #10

Open aspina7 opened 4 years ago

aspina7 commented 4 years ago

Have started pulling together WHO data generators.

Have set up the dict to be similar to the msf outbreak dicts. To hopefully make things easier - but still think they should probably be kept seperate.

I guess I need to make a who_dict.R script too?

zkamvar commented 4 years ago

Have started pulling together WHO data generators.

Have set up the dict to be similar to the msf outbreak dicts. To hopefully make things easier - but still think they should probably be kept seperate.

I've tried to set up the data generator function so that it's agnostic to what the actual contents of the dictionaries are, so that should make things easier for you in designing the WHO dictionary.

As long as you have gen_who_data() output something that the users expect, then it's all good.

I guess I need to make a who_dict.R script too?

Yes, yes you do.

aspina7 commented 4 years ago

I've tried to set up the data generator function so that it's agnostic to what the actual contents of the dictionaries are, so that should make things easier for you in designing the WHO dictionary.

Ah thanks friend! Had to make the dictionary from scratch so figured would be easier to just make same same

As long as you have gen_who_data() output something that the users expect, then it's all good.

I guess I need to make a who_dict.R script too?

Yes, yes you do.

Coolies will get to this

aspina7 commented 4 years ago

Dont bother reviewing this for now - wont be needed any time soon