This function creates a model for the serology jump model.

createSeroJumpModel(
  data_sero,
  data_known,
  modeldefinition,
  known_exp_bool = NULL
)

Arguments

data_sero

The serology data.

data_known

The known exposure data.

modeldefinition

The model definition.

known_exp_bool

Boolean describing if the exposures are known in the model

Value

A list with the data and the model.