calc_cc: Calculate Time to Catastrophic Costs

Description Usage Arguments Value Examples

View source: R/catastrophic.R

Description

Calculate Time to Catastrophic Costs

Usage

1
2
3
4
5
6
7
8
9
calc_cc(cs, sp = c("none", "all spe", "all sen", "prop", "explicit"),
  sp_sen = 1, indirect = c("hc", "dinc", "prop"), indirect_hc = 1,
  hhi = c("annual", "treatment"), threshold = 0.2)

## S3 method for class 'CataCosts'
summary(ccs)

## S3 method for class 'summaryCataCosts'
print(obj)

Arguments

cs

an object of Costs

sp

option for specifying social protection

sp_sen

proportion of social protection are TB-sensitive

indirect

option for specifying indiriect cost

indirect_hc

weight of indiriect cost in human capital

hhi

use annual household income or that of treatment period

threshold

threshold of catastrophic costs

cs

an object of Costs

sp

option for specifying social protection

sp_sen

proportion of social protection are TB-sensitive

indirect

option for specifying indiriect cost

indirect_hc

weight of indiriect cost in human capital

threshold

threshold of catastrophic costs

Value

an object of TimeToCataCosts

an object of CataCosts concluding catastrophic costs

Examples

1
Calculate catastrophic costs

TimeWz667/CostTB documentation built on Dec. 30, 2021, 12:15 a.m.