coef_sd {invivoPKfit} | R Documentation |
Coefficient standard deviations
Description
This is the S3 method generic for 'coef_sd'.
Usage
coef_sd(obj, model, method, suppress.messages, ...)
Arguments
obj |
An object |
model |
The TK model used. |
method |
Optimizer method used. |
suppress.messages |
Boolean. Whether messages will be printed. |
... |
Additional arguments currently not in use. |
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.
See Also
[coef_sd.pk()] for the 'coef_sd' method for class [pk()]
[Package invivoPKfit version 2.0.1 Index]