|
| 1 | +--- |
| 2 | +title: "R de trás pra frente" |
| 3 | +subtitle: "...que ideia é essa?" |
| 4 | +author: "Carolina Musso" |
| 5 | + |
| 6 | +github: cmusso86 |
| 7 | +date: '`r Sys.Date()`' |
| 8 | +output: |
| 9 | + xaringan::moon_reader: |
| 10 | + chakra: libs/remark-latest.min.js |
| 11 | + css: [css/xaringan-themerMS.css] |
| 12 | + lib_dir: libs |
| 13 | + nature: |
| 14 | + slideNumberFormat: "%current%" |
| 15 | + highlightStyle: github |
| 16 | + highlightLines: true |
| 17 | + ratio: 16:9 |
| 18 | + countIncrementalSlides: true |
| 19 | +--- |
| 20 | + |
| 21 | +```{r setup, include=FALSE} |
| 22 | +options(htmltools.dir.version = FALSE) |
| 23 | +knitr::opts_chunk$set( |
| 24 | + fig.width=9, fig.height=3.5, fig.retina=3, |
| 25 | + out.width = "100%", |
| 26 | + cache = FALSE, |
| 27 | + echo = TRUE, |
| 28 | + message = FALSE, |
| 29 | + warning = FALSE, |
| 30 | + hiline = TRUE |
| 31 | +) |
| 32 | +``` |
| 33 | + |
| 34 | +```{r xaringan-themer, include=FALSE, warning=FALSE} |
| 35 | +library(xaringanthemer) |
| 36 | +style_duo_accent( |
| 37 | + primary_color = "#1381B0", |
| 38 | + secondary_color = "#FF961C", |
| 39 | + inverse_header_color = "#FFFFFF" |
| 40 | +) |
| 41 | +``` |
| 42 | + |
| 43 | +## Quem sou eu? |
| 44 | + |
| 45 | +.left-column[ |
| 46 | +<center><img src="img/sara2.png" height=200px" /></center> |
| 47 | +] |
| 48 | + |
| 49 | +.right-column[ |
| 50 | + |
| 51 | +- Bióloga, doutora em ecologia de plantas 🌱 |
| 52 | + |
| 53 | +- Estatística e Especialista em Ciência de Dados 💻 |
| 54 | + |
| 55 | +- Servidora da SES/DF : Vigilância Epidemiológica. |
| 56 | + |
| 57 | +- Trabalhando no IPEDF: Estudos Ambientais e Territoriais |
| 58 | + |
| 59 | +- Pesquisadora Colaboradora UnB |
| 60 | + |
| 61 | +- Fã de [Sara's Scribbles](<https://sarahcandersen.com/about>) e outros cartoons |
| 62 | + |
| 63 | +] |
| 64 | + |
| 65 | +.footnote[ |
| 66 | +**[email protected]** -- [**github **](<https://github.com/cmusso86>)-- [**Linkedin **](<https://www.linkedin.com/in/carolina-musso-29b627128>)-- |
| 67 | +[**lattes**](<http://lattes.cnpq.br/5950109359484071>) |
| 68 | +] |
| 69 | + |
| 70 | +--- |
| 71 | +### Mas o que eu faço mesmo no dia a dia? |
| 72 | + |
| 73 | +-- |
| 74 | + |
| 75 | +- Trabalho com R. |
| 76 | + |
| 77 | +-- |
| 78 | + |
| 79 | +- Mas peraí, essa apresentação é pra ficar falando de você ou do curso afinal? |
| 80 | + |
| 81 | +<center><img src="img/smurf.webp" height="250px" /></center> |
| 82 | +--- |
| 83 | + |
| 84 | +## Para que uso o R? (Resumidamente) |
| 85 | + |
| 86 | +-- |
| 87 | + |
| 88 | +- Análise e Visualização de dados. |
| 89 | +- Automatização de processos em R. |
| 90 | + |
| 91 | +-- |
| 92 | + |
| 93 | +### A revolução dos dados |
| 94 | + |
| 95 | +> Cinco exabytes de informação foram criados desde o início da civilização até 2003, agora essa mesma quantidade é gerada a cada dois dias, e em ritmo acelerado. |
| 96 | +
|
| 97 | +> - Eric Schmidt, CEO Google, 2010 |
| 98 | +--- |
| 99 | +## Alguém já usou (ou tentou) o R? |
| 100 | + |
| 101 | +<center><img src="img/class.gif" height="350px" /></center> |
| 102 | +--- |
| 103 | + |
| 104 | +## A vida é uma jornada... |
| 105 | + |
| 106 | +(ou melhor, uma jornada atrás da outra...) |
| 107 | + |
| 108 | +[Jornada do Herói](<https://www.ted.com/talks/matthew_winkler_what_makes_a_hero?utm_campaign=tedspread&utm_medium=referral&utm_source=tedcomshare>) |
| 109 | + |
| 110 | +<center><img src="img/hero.jpg" height="350px" /></center> |
| 111 | + |
| 112 | + |
| 113 | +--- |
| 114 | + |
| 115 | +### Análise de dados e Saúde |
| 116 | + |
| 117 | +- Carência de (bons!) profissionais. |
| 118 | + |
| 119 | + - Muito difícil achar a combinação: |
| 120 | + **Conhecimento em saúde + em análise de dados** |
| 121 | + |
| 122 | +<center><img src="img/waldo.gif" height="350px" /></center> |
| 123 | + |
| 124 | + |
| 125 | +--- |
| 126 | +class: inverse center middle |
| 127 | + |
| 128 | +# Como começar? |
| 129 | + |
| 130 | +--- |
| 131 | + |
| 132 | + |
| 133 | +## Nossa sugestão: |
| 134 | + |
| 135 | + |
| 136 | +-- |
| 137 | + |
| 138 | +- Ao contrário!* |
| 139 | + |
| 140 | +<center><img src="img/time.gif" height="400px" /></center> |
| 141 | + |
| 142 | + |
| 143 | +-- |
| 144 | + |
| 145 | +- (Se você já estiver acostumado com análise de dados) |
| 146 | + |
| 147 | + |
| 148 | +## Porque o R? |
| 149 | + |
| 150 | +<center><img src="img/canivete.jpg" height="350px" /></center> |
| 151 | + |
| 152 | +--- |
| 153 | +## Exemplos: |
| 154 | + |
| 155 | +.pull-left[Esta apresentação! |
| 156 | + |
| 157 | +[Livros](<https://r4ds.had.co.nz/data-visualisation.html>) |
| 158 | + |
| 159 | +[Dashboars (Painéis)](<https://gallery.shinyapps.io/cran-gauge/?_ga=2.116423429.227892178.1618785491-1226690963.1617932023>) |
| 160 | + |
| 161 | +[R Gallery](<http://www.r-graph-gallery.com>) |
| 162 | + |
| 163 | +[Blogs](<https://beatrizmilz.com>)] |
| 164 | + |
| 165 | +.pull-right[ |
| 166 | +<center><img src="img/mind.gif" height="450px" /></center> |
| 167 | +] |
| 168 | + |
| 169 | +--- |
| 170 | +## Outras vantagens |
| 171 | + |
| 172 | +- **Gratuito e *open source* :** |
| 173 | + |
| 174 | + + *Vai conseguir usar sempre.* |
| 175 | + |
| 176 | + |
| 177 | +- **Um grande processo colaborativo:** |
| 178 | + |
| 179 | + + *O que você quiser fazer, alguém já tentou e vai te ajudar!* |
| 180 | + |
| 181 | + |
| 182 | +- **"Conversa" com outras linguagens e ambientes:** |
| 183 | + |
| 184 | + + *Latex, Markdown, html, python, Collab, GitHub, Overleaf...* |
| 185 | + |
| 186 | +- **REPRODUCIBILIDADE DAS SUAS ANÁLISES** |
| 187 | + |
| 188 | + + *Bom pra você e bom para a ciência!* |
| 189 | + |
| 190 | +--- |
| 191 | +### Cursos |
| 192 | + |
| 193 | +.pull-left[ |
| 194 | +- Cursos: |
| 195 | + |
| 196 | + + [DataCamp](<https://learn.datacamp.com/#>) |
| 197 | + |
| 198 | + + [Coursera](<https://www.coursera.org/>) |
| 199 | + |
| 200 | + + [Udemy](<https://www.udemy.com>) |
| 201 | + |
| 202 | + + [HarvardX](<https://www.edx.org/school/harvardx>) |
| 203 | + |
| 204 | + + [Future Learn](<https://www.futurelearn.com/>) |
| 205 | +] |
| 206 | +.pull-right[ |
| 207 | +<center><img src="img/lif2.gif" height=300px" /></center> |
| 208 | +] |
| 209 | +--- |
| 210 | + |
| 211 | +## Outras recomendações |
| 212 | + |
| 213 | +#### Livros -> Muitos gratuitos online! |
| 214 | + |
| 215 | + - [EpiRHandBook](<https://epirhandbook.com/pt>), [R for Excel Users](<https://rstudio-conf-2020.github.io/r-for-excel/>), [RMarkdown](<https://bookdown.org/yihui/rmarkdown/>), ... |
| 216 | + |
| 217 | +#### Canais e sites |
| 218 | + |
| 219 | + + [Marcel Santos](<https://www.youtube.com/channel/UCO6x7sQurFTw0Su0vsexE5g>) |
| 220 | + |
| 221 | + + [@r_descomplicado](<https://www.instagram.com/r_descomplicado/>) |
| 222 | + |
| 223 | + + [Beatriz Milz](<https://beatrizmilz.com>) |
| 224 | + |
| 225 | + + [RLadies](<https://rladies.org/>), [RStudio](<https://www.rstudio.com/>), [Stat Quest](<https://www.youtube.com/watch?v=pYxNSUDSFH4>), [CheatSheets](<https://www.rstudio.com/resources/cheatsheets/>), [Reproducible Analysis with R](<https://nceas.github.io/sasap-training/materials/reproducible_research_in_r_fairbanks/>), [Outros Exemplos nestePost](<https://marcoarmello.wordpress.com/2019/06/03/rstats/>), [Statistics by Jim](<https://statisticsbyjim.com>), [Kaggle](<https://www.kaggle.com>), ... |
| 226 | + |
| 227 | +--- |
| 228 | + |
| 229 | +### Estudo de caso |
| 230 | + |
| 231 | +- CIEVS |
| 232 | + |
| 233 | + - Alguém sabe o que é? |
| 234 | + |
| 235 | +-- |
| 236 | + |
| 237 | +#### Antes |
| 238 | + |
| 239 | +<center><img src="img/confuso.png" height=100px" /></center> |
| 240 | + |
| 241 | +-- |
| 242 | + |
| 243 | +#### Agora |
| 244 | + |
| 245 | +<center><img src="img/agora.png" height=100px" /></center> |
| 246 | + |
| 247 | +--- |
| 248 | + |
| 249 | +### Agora |
| 250 | + |
| 251 | +- Envio de banco por email |
| 252 | + |
| 253 | +- Boletim epidemiológico diário em pdf em um clique |
| 254 | + |
| 255 | +- Matriz de risco |
| 256 | + |
| 257 | +- Otimização do tratamento das planilhas dos laboratórios, API Esus... |
| 258 | + |
| 259 | +-- |
| 260 | + |
| 261 | +- **Economia > 60 horas semanais!** |
| 262 | + |
| 263 | +--- |
| 264 | + |
| 265 | +# O curso R de Tras para Frente |
| 266 | + |
| 267 | +- Vamos à plataforma! |
| 268 | + |
| 269 | +--- |
| 270 | +## Bom curso! |
| 271 | + |
| 272 | +<center><img src="img/lif3.gif" height=400px" /></center> |
| 273 | + |
| 274 | + |
0 commit comments