Learn R Programming

packDAMipd (version 1.1.0)

combine_state: Join health states

Description

Join health states

Usage

combine_state(...)

Value

joined health states

Arguments

...

any additional objects

Details

checking each state is a health state and join them

Examples

Run this code
a <- health_state("IT", 100, 0.4, 0, FALSE)
b <- health_state("PT", 100, 0.4, 0, FALSE)
combine_state(a, b)

Run the code above in your browser using DataLab