Skip to content

Commit

Permalink
dates, git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jun 27, 2024
1 parent 0fa3d8e commit 5ba4d25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Seventh Summer School on Statistical Methods for Linguistics and Psychology"
title: "Eigth Summer School on Statistical Methods for Linguistics and Psychology"

Check warning on line 2 in index.qmd

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Eigth" should be "Eighth" or "Eight".
subtitle: "Advanced methods in frequentist statistics with Julia"
author: "Phillip Alday, Reinhold Kliegl and Douglas Bates"
engine: julia
julia:
exeflags: ["--project", "--threads=auto"]
---

This site provides materials for the **Advanced frequentist methods** stream of the [Summer School on Statistical Methods](https://vasishth.github.io/smlp2024/) to be held at the University of Potsdam, 11-15 September, 2024.
This site provides materials for the **Advanced frequentist methods** stream of the [Summer School on Statistical Methods](https://vasishth.github.io/smlp2024/) to be held at the University of Potsdam, 9-13 September, 2024.

# Installation of tools prior to the course

Expand All @@ -19,6 +19,8 @@ Because most students in the course will have more experience with [R](https://r
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.

The example data stored in the `data` folder is stored with [git-lfs](https://git-lfs.com/). You will need to install git-lfs to access this data, but then everything will "just" work.

This website is built using [quarto](https://quarto.org), described below, from the [repository](https://github.com/RePsychLing/SMLP2024).
Clone this repository with, e.g.

Expand Down

0 comments on commit 5ba4d25

Please sign in to comment.