combine_state: Join health states

Description Usage Arguments Details Value Examples

Description

Join health states

Usage

1

Arguments

...

any additional objects

Details

checking each state is a health state and join them

Value

joined health states

Examples

1
2
3
a <- health_state("IT", 100, 0.4, 0, FALSE)
b <- health_state("PT", 100, 0.4, 0, FALSE)
combine_state(a, b)

sheejamk/DecisionAnalysisModel documentation built on March 10, 2021, 7:21 p.m.