dp.output.csavr.deaths.hiv | R Documentation |
Get estimates produced by Spectrum's Case Surveillance and Vital Registration (CSAVR) tool
dp.output.csavr.deaths.hiv(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.output.csavr.incident.hiv(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.output.csavr.plhiv(
dp.raw,
direction = "wide",
first.year = NULL,
final.year = NULL
)
dp.output.csavr.diagnoses(
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.
dp.output.csavr.deaths.hiv()
: HIV-related deaths in adults
dp.output.csavr.incident.hiv()
: New HIV infections in adults
dp.output.csavr.plhiv()
: Adults living with HIV
dp.output.csavr.diagnoses()
: New HIV diagnoses in adults
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.