Learn R Programming

invivoPKfit (version 2.0.1)

fold_error: Fold error

Description

This is the S3 method generic for `fold_error`.

Usage

fold_error(obj, ...)

Value

A data.frame with one row for each `data_group`, `model` and `method`. A column contains the fold errors (observed/predicted) of the model fitted by the corresponding method. These residuals are concentrations in the same units as `obj$data$Conc.Units`; any concentration transformations (in `obj$scale$conc`) are *not* applied.

Arguments

obj

an object

...

Additional arguments currently not in use.

See Also

[fold_error.pk()] for the `fold_error` method for class [pk()]