-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dev feat: added incidence calculation and fix some typos, visualisations and labels #138
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ation projections A new function has been created to import the data incidence or the population projections from DANE and its corresponding documentation. Ref: #108
…rojections A new function has been created to clean the data incidence or the population projections from DANE and its corresponding documentation. Ref: #108
… or mpio A new function has been created to calculate the incidence by Colombia, department or municipality and its corresponding documentation. Ref: #108
…ts and municipalities A new function has been created to calculate the incidence for all departments of Colombia, or all municipalities of a department and its corresponding documentation. Ref: #108
…ile with DANE projections Ref: #108
…eir values A new internal function has been created called obtener_dpto_mpio and its corresponding documentation to refactoring the department and municipality validation and gets their values. Ref: #108
…event A new function has been created called obtener_cond_inciden_event and its corresponding documentation to simplify getting the conditions to calculate the incidence by event. Ref: #108
A new function has been created to calculate the incidence by sexes, department and municipality with its corresponding validations and documentation. Ref: #108
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NEWS.md
Incidencia
and two subsectionsIncidencia por sexo
andIncidencia según distribución geográfica
.What is the current behavior? (You can also link to an open issue here)
The package does not include the incidence calculation in PR Calculate incidence by event #108 and some errors or improvements related to plots or typos in the report template in PR Dev fix: order variables, documentation of group and visualisation module and deleted column cod_eve #134.
What is the new behavior (if this is a feature change)?
In the
import
module a new function has been created to import the population projections of DANE calledimpor_data_incidencia
. In thegroup
module three functions have been created to calculate the incidence called:calcular_incidencia
,calcular_incidencia_geo
,calcular_incidencia_sex
. In theplot
module two functions have been created to plot in tables the incidence and a new parameter has been added in functionsplot_map
andplot_sex
calledcol_distribucion
to plot the incidence in map format and bars. A new section in the report template has been created for the incidence calledIncidencia
and two subsections calledIncidencia por sexo
andIncidencia según distribución geográfica
.In the group and plot module have been fixed the visualisation, tags, moths, and typos issues.
No, it does.