Learn R Programming

invivoPKfit (version 2.0.1)

get_hessian: get_hessian()

Description

This is the S3 method generic for get_hessian()

Usage

get_hessian(obj, ...)

Value

A dataframe with one row for each `data_group`, `model` and `method`. The remaining column is a `list` column containing the Hessian for each row.

Arguments

obj

An object.

...

Additional arguments currently not in use.

See Also

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