Learn R Programming

heemod (version 1.0.2)

get_values.updated_model: Get Strategy Values

Description

Given a result from run_model(), return cost and effect values for a specific strategy.

Usage

# S3 method for updated_model
get_values(x, ...)

# S3 method for combined_model get_values(x, ...)

get_values(x, ...)

# S3 method for run_model get_values(x, ...)

# S3 method for eval_strategy get_values(x, ...)

# S3 method for list get_values(x, ...)

Value

A data frame of values per state.

Arguments

x

Result from run_model().

...

further arguments passed to or from other methods.