Skip to contents

Create a nimue model class for fitting with squire tools using the booster dose framework.

Usage

nimue_booster_model(use_dde = TRUE, use_difference = FALSE)

Arguments

use_dde

Logical for using dde to solve. Default = TRUE We will use this structure to ensure that model fitting is flexible in the future as more models are added

use_difference

Should this model use the difference version of the model. This only effects the Rt optimise version and only uses it for the fitting process, uses a step size given by dt. Defaults to FALSE.

Details

Wraps the squire pmcmc fitting infrastructure.