get_param_value: Obtain parameter value(s) from a heemod output

View source: R/extract.R

get_param_valueR Documentation

Obtain parameter value(s) from a heemod output

Description

Obtain parameter value(s) from a heemod output

Usage

get_param_value(heemodel, param)

Arguments

heemodel

A health economic model object from the heemod package (see heemod::heemod-package).

param

Name of parameter to extract from the heemod model

Value

Value of the parameter from the heemod model

See Also

heemod::heemod-package

Examples

get_param_value(
   heemodel = oncpsm,
   param = "disc"
   )

dynamicpv documentation built on Jan. 16, 2026, 1:07 a.m.