| print.getPPKinits | R Documentation |
getPPKinits objectsPrints a summary of the results from the initial parameter estimation pipeline,
including recommended initial estimates, ETA variance estimates, and parameter descriptions.
It is the default S3 print method for objects of class getPPKinits.
## S3 method for class 'getPPKinits'
print(x, ...)
x |
An object of class
|
... |
Additional arguments (for compatibility with the generic |
Prints a formatted summary to the console.
## Oral example
inits.out <- getPPKinits(Bolus_1CPT)
print(inits.out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.