rsq {invivoPKfit} | R Documentation |
rsq()
Description
This is the S3 method generic for rsq()
Usage
rsq(obj, ...)
Arguments
obj |
An object. |
... |
Additional arguments currently not in use. |
Value
A dataframe with one row for each 'data_group', 'model' and 'method'. The final column contains the R-squared of the model fitted by the corresponding method, using the data in 'newdata'.
See Also
[rsq.pk()] for the method for class [pk()]
[Package invivoPKfit version 2.0.1 Index]