dp.output.pmtct: Get Spectrum PMTCT outputs

View source: R/extract-dp.R

dp.output.pmtctR Documentation

Get Spectrum PMTCT outputs

Description

Get Spectrum PMTCT outputs

Usage

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

dp.output.pmtct.need(
  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.output.pmtct(): Number of pregnant women receiving PMTCT

  • dp.output.pmtct.need(): Number of pregnant women who need PMTCT


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