compute_values {heemod} | R Documentation |
Compute State Values per Cycle
Description
Given states and counts, computes the total state values per cycle.
Usage
compute_values(states, count_list, strategy_starting_values)
Arguments
states |
An object of class |
count_list |
An object of class |
strategy_starting_values |
An object of class |
Value
A data.frame of state values, one column per state value and one row per cycle.
[Package heemod version 1.0.2 Index]