https://github.com/repsychling/smlp2025
SMLP2025: Advanced methods in frequentist statistics with Julia
https://github.com/repsychling/smlp2025
Last synced: 5 months ago
JSON representation
SMLP2025: Advanced methods in frequentist statistics with Julia
- Host: GitHub
- URL: https://github.com/repsychling/smlp2025
- Owner: RePsychLing
- Created: 2025-05-13T01:13:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T03:23:05.000Z (about 1 year ago)
- Last Synced: 2025-05-13T03:30:51.565Z (about 1 year ago)
- Language: Julia
- Homepage: https://repsychling.github.io/SMLP2025/
- Size: 595 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMLP2025
SMLP2025: Advanced methods in frequentist statistics with Julia
The rendered website version of the course materials is available [here](https://repsychling.github.io/SMLP2025/).
This repository uses [Quarto](https://quarto.org) with the Julia code execution supplied by [QuartoNotebookRunner.jl](https://github.com/PumasAI/QuartoNotebookRunner.jl/).
```sh
~/SMLP2025$ julia
julia> using Pkg
julia> Pkg.activate(".")
Activating project at `~/SMLP2025`
julia> Pkg.instantiate()
< lots of output >
julia> exit()
~/SMLP2025$ quarto preview
< lots of output >
```