- Recommended IDE is Visual Studio Code.
- Open a julia REPL by going to
View
->Command Palette
then typingJulia: Start REPL
. - Make sure you are in the root directory (where the
Project.toml
andManifest.toml
files are located) then activate the julia project environment by typing]
->activate .
->instantiate
. This will install all the necessary packages with the right version numbers and make them available for loading whenever this project environment is activated.
The main script is hdcm_numeric.jl
which loads the packages, reads the data from the data
directory, runs the HDCM analysis, then saves all outputs in the results
directory.