vis_cc_age: Visualise catastropoic patient costs by age and sex

Description Usage Arguments Value Examples

View source: R/vis_cc.R

Description

Visualise catastropoic patient costs by age and sex

Usage

1
vis_cc_age(catas, by = 50)

Arguments

catas

A CataCosts object

by

size of breaks of population size

Value

age pyramid of cases with catastrophic patient costs

Examples

1
2
3
4
5
Costs <- as_costs(Survey)
Catas <- calc_cc(Costs, sp = "all spe", indirect = "hc")

vis_cc_age(Catas)
vis_cc_age_mdr(Catas)

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