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

add challenge about epiparameter output interpretation #122

Open
avallecam opened this issue Oct 10, 2024 · 0 comments
Open

add challenge about epiparameter output interpretation #122

avallecam opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@avallecam
Copy link
Member

code in https://github.com/avallecam/epicatador/blob/main/65-tracelac-review-parameters-slides.R

# cargar paquete
library(epiparameter)

# acceder a parametros
periodo_incubacion <- epiparameter_db(
  disease = "adenovirus",
  epi_name = "incubation period",
  single_epiparameter = TRUE
)

# imprimir estadisticos de resumen
periodo_incubacion$summary_stats

Learner should interpret

Adenovirus tiene un periodo de incubación con mediana de 5.6 días, rango intercuartílico de 4.8 días (percentil 25) a 6.5 días (percentil 75), siguiendo una distribución estadística Log normal.

Este tiempo epidemiológico fue estimado y publicado por Lessler y colaboradores en 2009 en el artículo “Incubation periods of acute respiratory viral infections: a systematic review.” en la revista The Lancet Infectious Diseases.

@avallecam avallecam added the enhancement New feature or request label Oct 10, 2024
@avallecam avallecam moved this to Todo in tutorials-planning Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant