-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_site.yml
69 lines (69 loc) · 2.63 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
name: "bayesian-stats-with-R"
title: "Bayesian statistics with R"
output_dir: "docs"
include: [".nojekyll"]
navbar:
# logo:
# image: images/cefe.png
# href: https://www.cefe.cnrs.fr/en/
source_url: true
left:
right:
- text: "Home"
href: index.html
- text: "Slides"
menu:
- text: "Motivations"
href: slides/motivations.pdf
- text: "The likelihood"
href: slides/likelihood.pdf
- text: "Bayesian analyses by hand"
href: slides/example.pdf
- text: "A detour to explore priors"
href: slides/priors.pdf
- text: "Markov chains Monte Carlo methods (MCMC)"
href: slides/mcmc.pdf
- text: "Bayesian analyses in R with the Jags software"
href: slides/jags.pdf
- text: "Contrast scientific hypotheses with model selection"
href: slides/modelselection.pdf
- text: "Heterogeneity and multilevel models (aka mixed models)"
href: slides/mixedmodels.pdf
- text: "R scripts"
menu:
- text: "Jags introduction: Storks example"
href: Rscripts/jags_introduction_storks_example.R
- text: "Multilevel models: Plants example"
href: Rscripts/multilevel_models_plants_example.R
- text: "R code for Practical 9"
href: Rscripts/practical9-glmm-anemone.R
- text: "brms implementation of lecture examples"
href: Rscripts/brms.R
- text: "Worksheets"
menu:
- text: "Motivations: Practical 1"
href: practicals/practical1.html
- text: "The likelihood: Practical 2"
href: practicals/practical2.html
- text: "A detour to explore priors: Practical 3"
href: practicals/practical3.html
- text: "A detour to explore priors: Practical 4"
href: practicals/practical4.html
- text: "Bayesian analyses in R with the Jags software: Practical 5"
href: practicals/practical5.html
- text: "Bayesian analyses in R with the Jags software: Practical 6"
href: practicals/practical6.html
- text: "Contrast scientific hypotheses with model selection: Practical 7"
href: practicals/practical7.html
- text: "Heterogeneity and multilevel models: Practical 8"
href: practicals/practical8.html
- text: "Heterogeneity and multilevel models: Practical 9"
href: practicals/practical9.html
- icon: fab fa-github
href: https://github.com/oliviergimenez/bayesian-stats-with-R
- icon: fab fa-twitter
href: https://twitter.com/oaggimenez
output:
distill::distill_article:
toc: TRUE
theme: theme.css