dp.inputs.child.art.uptake: ART uptake in children by age and year

View source: R/extract-dp.R

dp.inputs.child.art.uptakeR Documentation

ART uptake in children by age and year

Description

Get the annual probability of ART initiation by single age among children not on ART

Usage

dp.inputs.child.art.uptake(
  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.


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