-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
84 lines (77 loc) · 2 KB
/
_quarto.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
project:
type: website
output-dir: docs
execute:
cache: true
freeze: auto
website:
title: "FIP606"
navbar:
left:
- text: Básico do R
menu:
- href: index.qmd
text: Início
- href: aula1.qmd
text: Quarto document
- href: aula2.qmd
text: Carregar pacotes
- href: aula3.qmd
text: Dataframe
- text: Gráficos em R
menu:
- href: aula4.qmd
text: GGPLOT
- href: aula5.qmd
text: Boxplot
- href: aula6.qmd
text: Scarterplot
- href: aula7.qmd
text: Transformando os dados
- text: Teste T
menu:
- href: aula8.qmd
text: Teste de hipótese
- href: aula9.qmd
text: Amostras dependentes
- text: ANOVA
menu:
- href: aula10.qmd
text: Anova 1 ou mais fatores
- href: aula11.qmd
text: Anova fatorial
- href: aula12.qmd
text: Anova em bloco (DBC)
- text: Regr. e Correlação
menu:
- href: aula13.qmd
text: Regressão linear
- href: aula17.qmd
text: Regressão não-linear
- href: aula14.qmd
text: Análise de correlação
- text: Tab. de contigência
menu:
- href: aula15.qmd
text: T. de contigência
- text: MAPA
menu:
- href: aula16.qmd
text: Mapas
- text: Box_Cox
menu:
- href: aula18.qmd
text: Tranformação de dados em box-cox
right:
- icon: github
href: https://github.com/Arlamsilva
- icon: linkedin
href: https://linkedin.com/in/arlam-fernandes-596603162
- icon: twitter
href: https://twitter.com/arlam_da?t=2_JZ3BPWr192iJy9MZbVOw&s=08
format:
html:
theme: Navbars
css: styles.css
toc: true
editor: visual