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

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