Learn R Programming

invivoPKfit (version 2.0.1)

compare_models: Model comparison

Description

This is the S3 method generic for compare_models()

Usage

compare_models(obj, ...)

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

Arguments

obj

An object.

...

Additional arguments currently not in use.

See Also

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