combine_state: Join health states

Description Usage Arguments Value Examples

View source: R/model_functions.R

Description

Join health states

Usage

1

Arguments

...

any additional objects

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/MarkovModel documentation built on Jan. 23, 2020, 2:44 a.m.