Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 787 Bytes

EmbraceUncertainty

The book "Embrace Uncertainty: Fitting Mixed-Effects Models with Julia"

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

As of early May 2024, Quarto 1.5 is only available as a preview release, which you'll need to download from GitHub. Under each release's "Assets", you can find platform-specific installers.

~/EmbraceUncertainty$ julia

julia> using Pkg

julia> Pkg.activate(".")
  Activating project at `~/EmbraceUncertainty`

julia> Pkg.instantiate()
< lots of output >

julia> exit()

~/EmbraceUncertainty$ quarto preview

< lots of output >