rmse {invivoPKfit}R Documentation

Root mean squared error (RMSE)

Description

This is the S3 method generic for 'rmse'.

Usage

rmse(obj, ...)

Arguments

obj

the pk object

...

Additional arguments currently not in use.

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.

See Also

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


[Package invivoPKfit version 2.0.1 Index]