createSeroJumpModel.Rd
This function creates a model for the serology jump model.
createSeroJumpModel(
data_sero,
data_known,
biomarkers,
exposureTypes,
exposureFitted,
observationalModel,
abkineticsModel,
exposurePriorTime = NULL,
exposurePriorTimeType = NULL,
exposurePriorPop = NULL,
known_exp_bool = NULL
)
The serology data.
The known exposure data.
A vector of the biomarkers
A vector of the exposure types
The exposure type that is fitted
The observational model
The antibody kinetics model
The prior time of the exposure
The type of the exposure prior
The population prior of the exposure
Boolean describing if the exposures are known in the model
A list with the data and the model.