compare_models {invivoPKfit}R Documentation

Model comparison

Description

This is the S3 method generic for compare_models()

Usage

compare_models(obj, ...)

Arguments

obj

An object.

...

Additional arguments currently not in use.

Value

A 'data.frame' with variables - 'model': The name of each model - 'method': The name of each method - A variable named for 'criterion' (e.g. if 'criterion = "AIC"' then the result will have a variable named 'AIC'): The criterion value for each model/method

See Also

[compare_models.pk()] for the method for class [pk()]


[Package invivoPKfit version 2.0.1 Index]