Skip to content

RePsychLing/SMLP2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a451fb2 · Sep 13, 2024

History

93 Commits
Nov 7, 2023
Aug 26, 2023
Sep 13, 2024
Jun 27, 2024
Sep 13, 2024
Sep 13, 2024
Apr 27, 2022
Sep 13, 2024
Jun 28, 2024
Jun 21, 2022
Sep 9, 2024
Sep 12, 2024
Sep 13, 2024
Jul 3, 2024
Sep 1, 2022
Sep 11, 2024
Sep 13, 2024
Apr 25, 2022
Jul 2, 2022
Sep 13, 2024
Sep 11, 2024
Sep 9, 2024
Sep 13, 2024
Sep 13, 2024
Sep 9, 2024
Sep 9, 2024
Sep 9, 2024
Sep 9, 2024
Sep 13, 2024
Sep 9, 2024
Sep 9, 2024
Sep 9, 2024
Sep 9, 2024
Jun 28, 2024
Sep 9, 2024
Sep 9, 2024
Sep 11, 2024
Sep 9, 2024
Sep 11, 2024
Sep 9, 2024
Sep 13, 2024
Sep 9, 2024
Jun 27, 2024
Aug 26, 2023
Aug 7, 2023
Sep 11, 2024
Jun 28, 2024
Apr 25, 2022

Repository files navigation

SMLP2024

SMLP2024: Advanced methods in frequentist statistics with Julia

The rendered website version of the course materials is available here.

This repository uses Quarto with the Julia code execution supplied by QuartoNotebookRunner.jl, which requires Quarto 1.5+.

~/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 >