dp.inputs.viral.suppression | R Documentation |
Get viral suppression inputs
dp.inputs.viral.suppression(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.inputs.viral.suppression.threshold(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.inputs.viral.suppression.source(
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 |
Some versions of Spectrum only allowed viral suppression data to be entered during 2010-2025. Data are not available in earlier or later years in files saved with these versions. Spectrum 6.29 and later can save data for every year in a projection, though countries may not input anything in most years.
Viral suppression inputs can be entered from household surveys ("Survey data") or from
laboratory, programme, or case surveillance data ("Routine data"). dp.inputs.viral.suppression.source
indicates which option was selected.
A data frame.
dp.inputs.viral.suppression()
: Numbers of people who had a viral load measured and numbers who were virally suppressed
dp.inputs.viral.suppression.threshold()
: The threshold (in virus copies/mL) used to classify people as virally suppressed
dp.inputs.viral.suppression.source()
: Indicates whether viral suppression data come from surveys or program data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.