This function can be used to create models for an analysis with Jaatha.
Models can be created using simulation function
(see create_jaatha_model.function
) or using a coala
model (see create_jaatha_model.coalmodel
).
create_jaatha_model(x, ..., scaling_factor = 1, test = TRUE)
The primary argument. Can be a function used for simulations, or a coala model.
Additional parameters passed on to the dispatch function.
If your model is a down-scaled version of your data, you can indicated this using this value. The estimated expectation values are multiplied with this factor before the likelihood is calculated.
A logical indicating whether a simulation is performed to test the model.