https://github.com/repsychling/smlp2024
SMLP2024: Advanced methods in frequentist statistics with Julia
https://github.com/repsychling/smlp2024
julia julialang mixed-effects-models mixed-models
Last synced: 8 months ago
JSON representation
SMLP2024: Advanced methods in frequentist statistics with Julia
- Host: GitHub
- URL: https://github.com/repsychling/smlp2024
- Owner: RePsychLing
- Created: 2024-06-27T05:06:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T11:20:42.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T08:01:25.002Z (over 1 year ago)
- Topics: julia, julialang, mixed-effects-models, mixed-models
- Language: Julia
- Homepage: https://repsychling.github.io/SMLP2024/
- Size: 20.3 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMLP2024
SMLP2024: Advanced methods in frequentist statistics with Julia
The rendered website version of the course materials is available [here](https://repsychling.github.io/SMLP2024/).
This repository uses [Quarto](https://quarto.org) with the Julia code execution supplied by [QuartoNotebookRunner.jl](https://github.com/PumasAI/QuartoNotebookRunner.jl/), which requires Quarto 1.5+.
```sh
~/EmbraceUncertainty$ julia
julia> using Pkg
julia> Pkg.activate(".")
Activating project at `~/SMLP2024`
julia> Pkg.instantiate()
< lots of output >
julia> exit()
~/EmbraceUncertainty$ quarto preview
< lots of output >
```