Learn R Programming

invivoPKfit (version 2.0.2)

coef_sd: Coefficient standard deviations

Description

This is the S3 method generic for `coef_sd`.

Usage

coef_sd(obj, model, method, suppress.messages, ...)

Value

A dataframe with one row for each `data_group`, `model` and `method`. The remaining columns include the parameters & hyperparameters as returned by [coef.pk()], as well as their calculated standard deviations.

Arguments

obj

A pk object.

model

The TK model used.

method

Optimizer method used.

suppress.messages

Boolean. Whether messages will be printed.

...

Additional arguments currently not in use.

See Also

[coef_sd.pk()] for the `coef_sd` method for class [pk()]