.update_obs | R Documentation |
.update_obs
is an experimental utility to recycle the information in an inference object to produce an inference for different data without repeating a simulation workflow. Beyond its experimental nature, its result is not expected to provide the same precision of inference as a standard iterative Infusion workflow, since the recycled simulations were adapted to the original data only (.update_obs
indeed allows one to investigate the effect of using this non-adapted information). So the new results should not be used as a equivalent to a full Infusion iterative workflow.
.update_obs(object, new.obs, CIs = FALSE, eval_RMSEs = FALSE, ...)
object |
an object of class |
new.obs |
A named vector of summary statistics (ideally the projected ones, but raw ones are handled) |
CIs , eval_RMSEs , ... |
further arguments passed to |
An object of class "SLik_j"
as the input object
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.