Writes the health system part of the xml file
Source:R/xml_healthSystem.R
write_healthsys_compat.Rd
Writes the health system part of the xml file
Usage
write_healthsys_compat(
baseList,
access = "@Access2000@",
init.a = 1,
init.q = 1,
init.s = 1,
comp.a = 1,
comp.q = 1,
comp.s = 1,
pSeekOfficialCareSevere = 0.48,
pSelfTreatUncomplicated = 0.01821375
)
Arguments
- baseList
List with experiment data.
- access
Defines the baseline effective treatment coverage
- init.a
ACT initial value
- init.q
QN initial value
- init.s
self-treat initial value
- comp.a
Compliance value ACT
- comp.q
Compliance value QN
- comp.s
Compliance value self-treat
- pSeekOfficialCareSevere
Default value is 0.48
- pSelfTreatUncomplicated
Default value is 0.0182