Created
October 27, 2017 18:19
-
-
Save fernandomayer/cf5e9c9f3ab3c089bcd64f7ea8a54110 to your computer and use it in GitHub Desktop.
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
name: ce083 | |
output_dir: docs | |
exclude: | |
- README.md | |
- \.sh | |
output: | |
html_document: | |
theme: flatly | |
highlight: default | |
code_folding: hide | |
number_sections: no | |
toc: yes | |
toc_depth: 4 | |
toc_float: | |
collapsed: no | |
smooth_scroll: no | |
includes: | |
in_header: analytics.html | |
after_body: footer.html | |
lib_dir: site_libs | |
self_contained: no | |
navbar: | |
title: CE083 | |
left: | |
- text: Home | |
href: index.html | |
- text: Aulas | |
href: aulas.html | |
- text: Referências | |
href: referencias.html | |
- text: Recursos | |
href: recursos.html | |
- text: Materiais | |
menu: | |
- text: Configurações iniciais | |
- text: Uso dos sistemas do C3SL [HTML] | |
href: c3sl-sistemas.html | |
- text: Introdução ao uso do Linux [HTML,slides] | |
href: http://fernandomayer.github.io/linux-intro | |
- text: Introdução ao Shell Linux [HTML] | |
href: shell-linux.html | |
- text: Guia de instalação do R [HTML] | |
href: R-instalacao.html | |
- text: '----------' | |
- text: Introdução | |
- text: Computação científica e interação com R [HTML] | |
href: computacao-cientifica.html | |
- text: Dados | |
- text: Funções, objetos e classes [HTML] | |
href: objetos-classes.html | |
- text: Indexação e seleção condicional [HTML] | |
href: indexacao_e_selecao.html | |
- text: Entrada e saída de dados [HTML] | |
href: entrada-dados.html | |
- text: Estatística | |
- text: Análise exploratória de dados [HTML] | |
href: analise-exploratoria.html | |
- text: Inferência e regressão [Rmd] | |
href: misc/inferencia_regressao.Rmd | |
- text: '----------' | |
- text: Exercícios | |
- text: Comandos básicos e classes de objetos [PDF] | |
href: exercicios/ex_objetos.pdf | |
- text: Estatística básica [HTML] | |
href: ex01_intro.html | |
- text: Análise exploratória de dados 1 [R] | |
href: exercicios/ex_AED1.R | |
- text: Análise exploratória de dados 2 [R] | |
href: exercicios/ex_AED2.R | |
- text: Inferência e regressão [Rmd] | |
href: exercicios/ex04_inferencia.Rmd | |
right: | |
- text: GitHub | |
icon: fa-github fa-lg | |
href: https://github.com/fernandomayer/ce083 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment