-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_site.yml
75 lines (75 loc) · 2.4 KB
/
_site.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: "ce083"
output_dir: "docs"
exclude: ["README.md", "\\.sh"]
output:
html_document:
theme: flatly
highlight: default
code_folding: hide
number_sections: false
toc: true
toc_depth: 4
toc_float:
collapsed: false
smooth_scroll: false
includes:
in_header: analytics.html
after_body: footer.html
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: "Programando com dados [HTML]"
href: programacao.html
- text: "Estatística"
- text: "Análise exploratória de dados [HTML]"
href: analise-exploratoria.html
- text: "Distribuições de probabilidade [HTML]"
href: probabilidade.html
- text: "Inferência e regressão [Rmd]"
href: misc/inferencia_regressao_GB.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