forked from RePsychLing/SMLP2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
51 lines (35 loc) · 2.27 KB
/
index.qmd
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
---
title: "Sixth Summer School on Statistical Methods for Linguistics and Psychology"
subtitle: "Advanced methods in frequentist statistics with Julia"
author: "Phillip Alday & Reinhold Kliegl"
format:
html:
toc: true
toc-depth: 2
number-sections: true
fig-width: 8
fig-height: 6
editor_options:
chunk_output_type: console
---
This site provides materials for the **Advanced frequentist methods** stream of the [Summer School on Statistical Methods](https://vasishth.github.io/smlp2022/) to be held at the University of Potsdam, 12-16 September, 2022
# Installation of tools prior to the course
This section of the summer school will use the [Julia programming language](https://julialang.org/) and related tools.
Because most students in the course will have more experience with [R](https://r-project.org) and the [RStudio](https://rstudio.com) integrated development environment (IDE), it is necessary to install and configure several software systems prior to the course.
## git
We will assume that you have git installed and are able to clone a repository from github.
If not, [Happy Git with R](https://happygitwithr.com/) is a good place to learn about git for data science.
This website is built using [quarto](https://quarto.org), described below, from the [repository](https://github.com/RePsychLing/SMLP2022).
Clone this repository with, e.g.
```sh
git clone https://github.com/RePsychLing/SMLP2022
```
## Julia Programming Language
We will use Julia v1.8.0 in the summer school. You can download the version appropriate for your setup from here: [Julia Programming Language](https://julialang.org/downloads/)
## Visual Studio Code (VS Code)
We will use VS Code IDE, that is Julia : VS Code ~ R : RStudio. You can download the version appropriate for your setup from here: [VS Code](https://code.visualstudio.com/download)
## Quarto
The web site and other documents for this course are rendered using a `knitr`-like system called Quarto. You can download the version appropriate for your setup from here: [quarto](https://quarto.org/docs/get-started/)
# Summary
We assume everybody will succeed with the installations. If not, please get in touch!
You may also want to give it a try to get these tools to play nicely with each other -- but don't spend too much time on this.