This code base is using the Julia Language and DrWatson to make a reproducible scientific project named
MortalityAnalysisVSCZ
It is authored by sulivanShu.
To (locally) reproduce this project, do the following:
- Clone this depot.
- from the depot directory, run :
julia --project=. --threads=auto scripts/main.jl(so your seed is the0default value), orjulia --project=. --threads=auto scripts/main.jl --seed 1234, where1234is the seed of your choice, or- open a Julia console with
julia, and runinclude("scripts/main.jl"), or - open an IDE, open
scripts/main.jl, and run the file chunk by chunk or browse other source files to run other chunks.