dp.inputs.adult.art.adjustment.value | R Documentation |
Routine ART program data entered into Spectrum may be overcounted or undercounted for a variety of reasons. Countries may enter scale factors by year to adjust their program data up or down proportionally. These scale factors are entered seperately for adults and for children. Spectrum also has a TRUE/FALSE flag associated with adult and child adjustments. Spectrum will only adjust numbers on ART in a given year if this flag is TRUE, the number on ART is entered as an absolute number (not a percentage), and the scale factor value for that year is some value besides 1.
dp.inputs.adult.art.adjustment.value(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.inputs.adult.art.adjustment.flag(dp.raw, direction = "wide")
dp.inputs.child.art.adjustment.value(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.inputs.child.art.adjustment.flag(dp.raw, direction = "wide")
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.
dp.inputs.adult.art.adjustment.value()
: Adjustment values for adult
ART by sex and year.
dp.inputs.adult.art.adjustment.flag()
: TRUE if adult ART adjustments are enabled, FALSE otherwise.
dp.inputs.child.art.adjustment.value()
: Adjustment values for child ART by year.
dp.inputs.child.art.adjustment.flag()
: TRUE if child ART adjustments are enabled, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.