Learn R Programming

invivoPKfit (version 2.0.1)

get_fit: get_fit()

Description

This is the S3 method generic for get_fit()

Usage

get_fit(obj, ...)

Value

A named list of objects of class `optimx`, named for the models in `model`. As described in [optimx::optimx()] If only one model is specified, the return value will still be a list, but with only one element.

Arguments

obj

An object.

...

Additional arguments currently not in use.

See Also

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