sample_pkmod | R Documentation |
Sample parameters from a 'pkmod' object
sample_pkmod(pkmod, log_normal = TRUE, ...)
pkmod |
'pkmod' object with associated Omega matrix describing random effect variances |
log_normal |
Logical. Assumes random effects are log-normally distributed and multiplicative if TRUE, additive and normally distributed if FALSE. |
... |
Arguments passed to update.pkmod |
'pkmod' object with updated parameters.
sample_pkmod(pkmod_schnider(AGE = 40,HGT=170,TBW=50,MALE=TRUE)) sample_pkmod(pkmod_eleveld_ppf(AGE = 40,TBW = 56,HGT=150,MALE = TRUE, PD = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.