![]() |
HEP-CE 2.0.1
Hepatitis-C Cost Effectiveness Simulation
|
The HEPCE model has the ability to act as a completely independent executable model. This model was designed to manage the microsimulation behavior of individuals as they progressed through the cascade of care for Heptatis-C.
Running HEPCE is incredibly simple provided you use our packaged executable. If built using the "gcc-release" workflow outlined in the Installation Section the following command runs the executable from the root of the repository on input folder 1:
As you can tell, the executable takes 3 positional arguments. They're actually quite simplistic and straightforward. They govern the input folder location, the starting input folder and the end input folder inclusively. Thus, if you only have a single input folder titled input1
located at /home/usr/
you would provide the arguments: /home/usr/ 1 1
. If you have multiple input folders (i.e. input1
, input2
, and input3
) you would provide: /home/usr/ 1 3
.