Skip to content

Commit

Permalink
avoid data print
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Aug 6, 2024
1 parent 6fede9c commit 176faf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/epiCo-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ Para calcular la distribución de las ocupaciones en estos años, **epiCo** usa
# Tabla de ocupaciones del sistema ISCO-88.
data("isco88_table")
head(isco88_table)
# Se calcula la distribución de ocupaciones.
describe_occupation(isco_codes = as.integer(epi_data$ocupacion), sex = epi_data$sexo,plot = "treemap")
occupation <- describe_occupation(isco_codes = as.integer(epi_data$ocupacion), sex = epi_data$sexo, plot = "treemap")
```

### 5. Estimación de las tasas de incidencia
Expand Down

0 comments on commit 176faf3

Please sign in to comment.