diff --git a/docs/src/documentation.md b/docs/src/documentation.md index 89f77c4..74eec6f 100644 --- a/docs/src/documentation.md +++ b/docs/src/documentation.md @@ -61,8 +61,11 @@ Pkg.add(url="https://github.com/KexinChen1999/LR_market.jl") To show how the `ReplicationPackage_KexinCHEN_JinxuMI` package can be used, several Julia packages are required to be installed and used, including `Pkg`, `Printf`, `MAT`, `Distributions`, `LinearAlgebra`, `Statistics`, `DelimitedFiles`, `Optim`, `NLsolve`, `Plots`, `Serialization`, `CSV`, and `DataFrames`. Also, we assume you have already installed `ReplicationPackage_KexinCHEN_JinxuMI` as described above. -## Attention!!!⚠️ - +## Attention⚠️ +You must change the current working directory using the cd() function where you put the data. +```julia +cd("path/to/directory") +``` ## Calibration of Benchmark Economy First, we focus on the the Calibration of Benchmark Economy (BE) part and define the `BE_eval` function: