This function calibrates specified MetaRVM model parameters against ground
truth observational data using a Bayesian framework provided by the
RobustCalibration package.
Arguments
- config
A
MetaRVMConfigobject or a path to a YAML configuration file.- params_to_infer
A named list defining the prior distributions for the parameters to be estimated.
- ground_truth
A
data.tablecontaining the observational data. Must includedate,age,disease_state, andvaluecolumns for age-specific calibration.- mcmc_settings
A list of settings for the MCMC sampler, such as
iterandburnin.
