Learn R Programming

nlmixr2autoinit (version 1.0.0)

print.getPPKinits: Print method for getPPKinits objects

Description

Prints 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.

Usage

# S3 method for getPPKinits
print(x, ...)

Value

Prints a formatted summary to the console.

Arguments

x

An object of class getPPKinits containing the initial parameter estimation results. Expected components include:

  • Recommended_initial_estimates: A data frame with estimated values and selection methods.

  • Parameter.descriptions: A character vector explaining the meaning of each parameter.

  • time.spent: Time taken to compute the estimates.

...

Additional arguments (for compatibility with the generic print()).

Examples

Run this code
# \donttest{
## Oral example
inits.out <- getPPKinits(Bolus_1CPT)
print(inits.out)
# }

Run the code above in your browser using DataLab