Skip to content

RePsychLing/SMLP2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMLP2026

SMLP2026: 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.

Setup

Full, student-facing setup instructions (git/git-lfs, Julia via Juliaup, Quarto, and an IDE) live in getting-started/setup.qmd and on the rendered Setup page. That page is the single authoritative source; the quick version is:

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

About

SMLP2026: Advanced methods in frequentist statistics with Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors