By default, this function assumes that the observed data is in a format identical to the format of the simulation results, before the summary statistics are calculated.
create_jaatha_data(data, model, ...)# S3 method for default
create_jaatha_data(data, model, ...)
The data to be analysed with Jaatha.
It should be in a format identical to the
simulation results (see create_jaatha_model
).
The jaatha model, see create_jaatha_model
.
Currently ignored.
create_jaatha_data(default)
: The data's format is identicial to the
simulated data.
When used with coala, coala::calc_sumstats_from_data()
should
create output that is compatible with this function.