fold_error {invivoPKfit} | R Documentation |
Fold error
Description
This is the S3 method generic for 'fold_error'.
Usage
fold_error(obj, ...)
Arguments
obj |
an object |
... |
Additional arguments currently not in use. |
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.
See Also
[fold_error.pk()] for the 'fold_error' method for class [pk()]
[Package invivoPKfit version 2.0.1 Index]