summary.list.simode {simode} | R Documentation |
Summary method for list.simode
objects
Description
Summary method for list.simode
objects
Usage
## S3 method for class 'list.simode'
summary(
object,
sum_mean_sd = F,
pars_true = NULL,
digits = max(3, getOption("digits") - 3),
...
)
Arguments
object |
|
sum_mean_sd |
Whether to calculate mean and standard deviation
for the parameter estimates in the fits included in the given |
pars_true |
The true parameter values (relevant only for
when |
digits |
The number of significant digits to use. |
... |
Additional argument(s) for methods. |
Value
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.