print.poppkmod | R Documentation |
Print method for poppkmod objects
## S3 method for class 'poppkmod' print(x, ..., digits = 3)
x |
Object with class "pkmod" created by 'poppkmod()' |
... |
Additional arguments. Not used |
digits |
Number of significant digits to print |
Prints description of pkmod
data <- data.frame(ID = 1:5, AGE = seq(20,60,by=10), TBW = seq(60,80,by=5), HGT = seq(150,190,by=10), MALE = c(TRUE,TRUE,FALSE,FALSE,FALSE)) poppkmod(data, drug = "ppf", model = "eleveld") poppkmod(data, drug = "remi", model = "kim")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.