hintr_calibrate: Calibrate hintr_output

View source: R/run-model.R

hintr_calibrateR Documentation

Calibrate hintr_output

Description

Take a previously generated hintr_output object and calibrate. Format response as another hintr_output object.

Usage

hintr_calibrate(
  output,
  calibration_options,
  plot_data_path = tempfile(fileext = ".qs"),
  calibrate_output_path = tempfile(fileext = ".qs")
)

Arguments

output

A hintr_output object.

calibration_options

A set of calibration options

plot_data_path

Path to store calibrated output indicators as a qs.

calibrate_output_path

Path to store data required for re-calibrating model.

Value

Calibrated hintr_output object


mrc-ide/naomi documentation built on April 10, 2024, 2:13 p.m.