print.pkmod: Print pkmod

View source: R/methods.R

print.pkmodR Documentation

Print pkmod

Description

Print method for pkmod objects

Usage

## S3 method for class 'pkmod'
print(x, ..., digits = 3)

Arguments

x

Object with class "pkmod" created by 'pkmod()'

...

Arguments passed to 'update.pkmod()'

digits

Number of significant digits to print

Value

Prints description of pkmod

Examples

# 1-parameter model
pkmod(pars_pk = c(CL = 10, V1 = 10))

tci documentation built on Aug. 15, 2022, 9:09 a.m.