Learn R Programming

invivoPKfit (version 2.0.1)

rmse: Root mean squared error (RMSE)

Description

This is the S3 method generic for `rmse`.

Usage

rmse(obj, ...)

Value

A `data.frame` with calculated RMSE as the final column. There is one row per each model in `obj`'s [stat_model()] element, i.e. each PK model that was fitted to the data, each [optimx::optimx()] methods (specified in [settings_optimx()]), `rmse_group` specified.

Arguments

obj

the pk object

...

Additional arguments currently not in use.

See Also

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