heemod_scale: Normalize Cost and Effect

scale.combined_modelR Documentation

Normalize Cost and Effect

Description

Normalize cost and effect values taking base model as a reference.

Usage

## S3 method for class 'combined_model'
scale(x, center = TRUE, scale = TRUE)

## S3 method for class 'psa'
scale(x, center = TRUE, scale = TRUE)

## S3 method for class 'run_model'
scale(x, center = TRUE, scale = TRUE)

## S3 method for class 'dsa'
scale(x, center = TRUE, scale = TRUE)

Arguments

x

Result of run_model() or run_psa().

center

Center results around base model?

scale

Scale results to individual values?

Value

Input with normalized .cost and .effect, ordered by .effect.


pierucci/heemod documentation built on July 17, 2022, 9:27 p.m.