combine_state {packDAMipd} | R Documentation |
Join health states
Description
Join health states
Usage
combine_state(...)
Arguments
... |
any additional objects |
Details
checking each state is a health state and join them
Value
joined health states
Examples
a <- health_state("IT", 100, 0.4, 0, FALSE)
b <- health_state("PT", 100, 0.4, 0, FALSE)
combine_state(a, b)
[Package packDAMipd version 1.1.0 Index]