View source: R/xml_healthSystem.R
write_healthsys_compat | R Documentation |
Writes the health system part of the xml file
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.