dp.inputs.anc.testing | R Documentation |
Extract Spectrum inputs on antenatal clinic (ANC) attendance and HIV testing
dp.inputs.anc.testing(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.raw |
DemProj module data in raw format, as returned by
|
direction |
Request "wide" (default) or "long" format data. |
first.year |
First year of the projection. If |
final.year |
Final year of the projection. If |
a data frame.
Spectrum users may enter validation data on HIV testing at ANC in their Spectrum files. These consist of:
Program reported births: Live births reported to the national program
First ANC visits: number of women with a first ANC visit during their current pregnancy
Tested: number of women who received at least one HIV test at ANC
Tested HIV+: number of women who tested HIV+ at the first test of their current pregnancy
Known HIV+: number of women whose HIV-positive status was known at their first ANC visit
Known HIV-: number of women whose HIV-negative status was known at their first ANC visit
ANC HIV%: HIV prevalence at ANC. Calculated as (Tested HIV+ + Known HIV+) / (Tested + Known HIV+)
Retested: number of women who were tested for HIV at least once after their first HIV test during their current pregnancy
Retested HIV+: number of women who tested HIV+ during retesting
Some of these data were not collected in earlier versions of Spectrum and are not available in projections last saved in those versions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.