-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
83 lines (83 loc) · 2.67 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
name: "crashcouRse-website"
output_dir: "." # in GitHub master folder instead of default "_site" so that GitHub Pages works
navbar:
title: "crashcouRse"
left:
- text: "Home"
href: index.html
- text: "R Anwendung"
menu:
- text: "Import & Export"
href: datr_importexport.html
- text: "Deskriptive Statistik"
href: datr_descriptivestats.html
- text: "desplot package"
href: datr_desplot.html
- text: "Loops & Listen"
href: datr_multipledat.html
- text: "Weitere Tipps"
href: datr_moreadvanced.html
- text: "Auswertungen"
menu:
- text: "Korrelation & Regression"
href: 1n_drinks.html
- text: "Ausreisser (Korr & Reg pt.2)"
href: outlier_vision.html
- text: "1F crd"
href: 1f_crd.html
- text: "1F rcbd"
href: 1f_rcbd.html
- text: "1F alpha"
href: 1f_alpha.html
- text: "2F rcbd"
href: 2f_rcbd.html
- text: "2F split-plot"
href: 2f_splitplot.html
- text: "1F augmented"
href: 1f_augmented_blockfixorrandom.html
- text: "1F rcbd Messwiederholungen"
href: 1f_rcbd_messwdh.html
- text: "1F rcbd Prozentwerte"
href: 1f_rcbd_binomial.html
- text: "1F lat square Zählwerte"
href: 1f_latsq_poisson.html
- text: "Statistik"
menu:
- text: "Korrelation"
href: stat_korrelation.html
- text: "Regression"
href: stat_regression.html
- text: "Versuchsdesigns"
href: appendix_designs.html
- text: "ANOVA & Post Hoc"
href: appendix_posthoc.html
- text: "Interaktionen"
href: appendix_interaktionen.html
- text: "Adj. Mittelwerte"
href: stat_adjmeans.html
- text: "p-Werte & Signifikanz"
href: stat_pvalue.html
- text: "Gemischte Modelle"
href: stat_gemischtemodelle.html
- text: "Kovarianzstrukturen 1"
href: appendix_kovarstrukt.html
- text: "Kovarianzstrukturen 2"
href: 3f_met_regions.html
- text: "Nicht-Normalverteilte Daten"
href: intro_glm_carrot.html
- text: "Logistische Regression"
href: stat_logisticregression.html
- text: "Modelle aufstellen"
href: appendix_modelrules.html
- text: "Stichprobenplanung"
href: stat_samplesize.html
- text: "Kontakt"
href: kontaktseite.html
output:
html_document:
theme: lumen
# highlight: textmate
toc: true
toc_float: true
# number_sections: true
css: 'styles.css'