forked from fernandomayer/ce074
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
110 lines (110 loc) · 3.94 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: "ce074"
output_dir: "docs"
exclude: ["README.md", "\\.sh", "cache", "scripts_teste"]
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: "CE074"
left:
- icon: fa-home
href: index.html
- text: "Calendário"
icon: fa-calendar
href: aulas.html
- text: "Materiais"
icon: fa-file
menu:
- text: "----------"
- text: "Introdução e revisão"
- text: "Visão geral [PDF]"
href: slides-pdf/00-intro.pdf
- text: "Princípios e definições [PDF]"
href: slides-pdf/01-planej-revisao.pdf
- text: "Intro. experimentos fatoriais [PDF]"
href: slides-pdf/03-intro-fatoriais.pdf
- text: "Catalizando a geração de conhecimento [HTML]"
href: catalizando-conhecimento.html
- text: "Modelos lineares e reparametrizações [HTML]"
href: modelos-lineares.html
- text: "----------"
- text: "Experimentos fatoriais"
- text: "ANOVA por meio de Diagramas de Hasse [HTML]"
href: anova-geral.html
- text: "Experimentos fatorias 2^2 [HTML]"
href: fatorial_2-2.html
- text: "Experimentos fatorias 2^3 [HTML]"
href: fatorial_2-3.html
- text: "Experimentos fatorias 2^k, k > 3 [HTML]"
href: fatorial_2-k.html
- text: "Adição de pontos centrais em planejamentos 2^k [HTML]"
href: fatorial_pontos-centrais.html
- text: "Técnicas de confundimento para blocagem em fatorias 2^k [HTML]"
href: confundimento-blocagem.html
- text: "Experimentos fatorias fracionados 2^{k-p} [HTML]"
href: fatorial_fracionado.html
- text: "Metodologia de Superfície de Resposta [HTML]"
href: msr.html
- text: "----------"
- text: "Scripts"
- text: "Tipos de contrastes em modelos lineares [R]"
href: scripts/script_racoes_pimentel.R
- text: "Interpretação de efeitos estimados em modelos lineares [R]"
href: scripts/script_catalisador.R
- text: "Análise completa de um fatorial 2^2 [R]"
href: scripts/script_fatorial_2-2.R
- text: "Análise completa de um fatorial 2^6 [R]"
href: scripts/script_fatorial_2-6.R
- text: "----------"
- text: "Experimento"
- text: "Instruções para o planejamento de experimentos [HTML]"
href: instrucoes-planejamento.html
- text: "Guia para o planejamento de experimentos [HTML]"
href: misc/guia-planejamento.html
- text: "Guia para o planejamento de experimentos [Rmd]"
href: misc/guia-planejamento.Rmd
- text: "----------"
- text: "Exercícios"
- text: "Revisão de conhecimento [PDF]"
href: exercicios/ex_revisao.pdf
- text: "Experimentos fatoriais [PDF]"
href: exercicios/ex_fatorial.pdf
- text: "Scripts R"
icon: fa-terminal
menu:
- text: "Anova matricial para fatorial"
href: ./scripts/anova-fat-matrizes.R
- text: "Análise de fatorial duplo geral"
href: ./scripts/fatorial-duplo-geral.R
- text: "Análise de fatorial 2^k^"
href: ./scripts/fatorial-2k.R
- text: "Confundimento com blocos em 2^k^"
href: ./scripts/gerar-2k-conf-blocos.R
- text: "Fracionamento em 2^k^"
href: ./scripts/gerar-2k-fracionado.R
- text: "Datasets do Montgomery 8th edição"
href: http://bcs.wiley.com/he-bcs/Books?action=resource&bcsId=7009&itemId=1118146921&resourceId=26715
- icon: fa-line-chart
text: "Notas"
href: notas.html
- text: "Referências"
icon: fa-book
href: referencias.html
- text: "Recursos"
icon: fa-wrench
href: recursos.html
right:
- text: GitHub
icon: fa-github fa-lg
href: https://github.com/leg-ufpr/ce074