https://github.com/repsychling/smlp2026
SMLP2026: Advanced methods in frequentist statistics with Julia
https://github.com/repsychling/smlp2026
Last synced: 4 months ago
JSON representation
SMLP2026: Advanced methods in frequentist statistics with Julia
- Host: GitHub
- URL: https://github.com/repsychling/smlp2026
- Owner: RePsychLing
- Created: 2025-08-30T09:47:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T03:31:10.000Z (9 months ago)
- Last Synced: 2025-09-26T05:42:00.348Z (9 months ago)
- Language: Julia
- Homepage: https://repsychling.github.io/SMLP2026/
- Size: 10.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMLP2026
SMLP2026: Advanced methods in frequentist statistics with Julia
The rendered website version of the course materials is available [here](https://repsychling.github.io/SMLP2026/).
This repository uses [Quarto](https://quarto.org) with the Julia code execution supplied by [QuartoNotebookRunner.jl](https://github.com/PumasAI/QuartoNotebookRunner.jl/).
```sh
~/SMLP2026$ julia
julia> using Pkg
julia> Pkg.activate(".")
Activating project at `~/SMLP2026`
julia> Pkg.instantiate()
< lots of output >
julia> exit()
~/SMLP2026$ quarto preview
< lots of output >
```