-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCreación_documentos_dinámicos.Rmd
57 lines (46 loc) · 1.19 KB
/
Creación_documentos_dinámicos.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: "Modelaje Epidemiológico en `R`"
subtitle: "Creación de documentos dinámicos con `R` markdown"
author: "Rodrigo Zepeda"
date: "`r Sys.Date()`"
output:
tufte::tufte_html:
tufte_features: ["fonts", "background","italics"]
toc: false
includes:
in_header: javascriptcall.html
css: style.css
tufte::tufte_handout:
citation_package: natbib
latex_engine: xelatex
tufte::tufte_book:
citation_package: natbib
latex_engine: xelatex
bibliography: skeleton.bib
link-citations: yes
editor_options:
chunk_output_type: console
---
```{r setup, include=FALSE, message = FALSE, warnign = FALSE}
library(ggplot2)
library(knitr)
library(kableExtra)
library(haven)
library(ggplot2)
library(tidyverse)
library(lubridate)
filedir <- "~/Dropbox/CURSO_INSP_2019/course_files/"
options(tinytex.verbose = TRUE)
knitr::opts_chunk$set(tidy = FALSE, cache.extra = packageVersion('tufte'), error = TRUE)
options(htmltools.dir.version = FALSE)
```
# Caminata Aleatoria
# Ciclos y condicionales en `R`
## if
## for
## while
# De vuelta a la caminata
# Modelos por compartimentos
## Planteamiento y algunos cálculos
## Simulación vía `markovchain`
## Simulación exacta