Rdocumentation
powered by
Learn R Programming
heemod (version 0.3.0)
compute_values: Compute State Values per Cycle
Description
Given states and counts, computes the total state values per cycle.
Usage
compute_values(states, counts)
Arguments
states
An object of class
eval_state_list
.
counts
An object of class
cycle_counts
.
Value
A data.frame of state values, one column per state value and one row per cycle.