dp.inputs.pmtct: Get PMTCT inputs

View source: R/extract-dp.R

dp.inputs.pmtctR Documentation

Get PMTCT inputs

Description

Get PMTCT inputs

Usage

dp.inputs.pmtct(
  dp.raw,
  direction = "wide",
  first.year = NULL,
  final.year = NULL
)

dp.inputs.pmtct.retention.perinatal(
  dp.raw,
  direction = "wide",
  first.year = NULL,
  final.year = NULL
)

dp.inputs.pmtct.retention.postnatal(
  dp.raw,
  direction = "wide",
  first.year = NULL,
  final.year = NULL
)

Arguments

dp.raw

DemProj module data in raw format, as returned by read.raw.dp()

direction

Request "wide" (default) or "long" format data.

first.year

First year of the projection. If first.year=NULL, it will be filled in using dp.inputs.first.year()

final.year

Final year of the projection. If final.year=NULL, it will be filled in using dp.inputs.final.year()

Value

A data frame.

Functions

  • dp.inputs.pmtct(): Number or percent of women receiving PMTCT by year and regimen

  • dp.inputs.pmtct.retention.perinatal(): Percent retained on ART at delivery among HIV+ pregnant women

  • dp.inputs.pmtct.retention.postnatal(): Percentage of HIV+ breastfeeding mothers who interrupt PMTCT each month


rlglaubius/SpectrumUtils documentation built on Dec. 20, 2024, 7:31 a.m.