-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (32 loc) · 1.05 KB
/
index.html
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
---
layout: default
---
<div>
<p>
This workshop provides an introduction to Bayesian data analysis in R.
You will learn how to use the BayesFactor, drms, and rjags R packages
to carry out Bayesian data analysis in R.
</p>
<p>
Some familiarity with R is required. Basic knowledge of Bayesian methods
will be helpful but is not mandatory.
</p>
<p>
Data used during this course are available for <a href="{{ site.baseurl }}/data.html">download</a> and
R code used during examples and exercises is available <a href="{{ site.baseurl }}/scripts.html">here</a>.
</p>
<p>
Slides can be downloaded <a href="{{ site.baseurl }}/Bayesian%20Data%20Analysis%20in%20R.pptx">here</a>.
</p>
</div>
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>