get.transition.array.skeleton: Create a skeleton transition array with arbitrary dimensions

View source: R/transitions.R

get.transition.array.skeletonR Documentation

Create a skeleton transition array with arbitrary dimensions

Description

Create a skeleton transition array with arbitrary dimensions

Usage

get.transition.array.skeleton(
  jheem,
  transition.dimension,
  value = 0,
  age = F,
  race = F,
  subpopulation = F,
  sex = F,
  risk = F,
  non.hiv.subset = F,
  continuum = F,
  cd4 = F,
  hiv.subset = F
)

Arguments

jheem

An object of jheem-class

transition.dimension

The name of the dimension for which this is a transition array.

value

The value to fill the array with. If value=='sequential', the array will be population with numbers 1:<size of the array>

age, race, subpopulation, sex, risk, non.hiv.subset, continuum, cd4, hiv.subset

Whether to include these dimensions in the skeleton array


tfojo1/jheem documentation built on Oct. 7, 2022, 1:24 p.m.