Authors: Arturo Erdely & Manuel Rubio-Sánchez
Paper: Stats
- Download and install the Julia programming language.
- Download the code files clicking in the green button
<> Codeof this GitHub repository andDownloadZIP. Unzip the downloaded file in a working directory of your election. - Open the
Juliaterminal and change to the working directory where you unzipped the files. You may do this by defining a string variablepathwith the path to the files directory and then execute in the terminalcd(path). For example, in the operating system Windows it may look something like:path = "D:/MyFiles/visualdep" cd(path) readdir()
- Install the required packages by executing the following command in the
Juliaterminal. This may take a while:include("1installPackages.jl")
- Load the required
Juliacode by executing the following command in theJuliaterminal:include("2loadFunctions.jl")
- Generate the figures and calculations by executing the following command in the
Juliaterminal:Figure 3 takes several minutes, be patient. Don't worry about the warning messages from the data for figures 7 through 11.include("3generateFigures.jl")