list.simode objectsSummary method for list.simode objects
# S3 method for list.simode
summary(
object,
sum_mean_sd = F,
pars_true = NULL,
digits = max(3, getOption("digits") - 3),
...
)The mean and standard deviation for the
loss values and parameter estimates obtained from the integral-matching
and nonlinear least squares optimizations. If pars_true is given, then
will also calculate bias and RMSE for the parameter estimates.
list.simode object returned by a call to simode
with obs_sets>1
Whether to calculate mean and standard deviation
for the parameter estimates in the fits included in the given object.
To be used when object is the result of fitting monte-carlo simulations.
The true parameter values (relevant only for
when sum_mean_sd=T). When given, the summary will also include the
bias and RMSE for each parameter estimate.
The number of significant digits to use.
Additional argument(s) for methods.