| idv.obs.pred.vs.time | R Documentation |
plots time profiles of the prediction medians and 95
profile of observations for individual patients. This function is a generic version of the method
plot.gof.idv() for the PMXStanFit class.
idv.obs.pred.vs.time(fit)
fit |
a |
No return value, called for side effects
PMXStanFit for the methods plot.gof.idv().
m1 <- PMXStanModel(path = tempfile("pk_m1"), pk.struct = "1-cmpt", compile=TRUE)
data("examples_data")
dat <- prepareInputData(data.source = d1_nm_poppk, model = m1)
fit <- PMXStanFit(m1, dat, iter=100, chains=1)
fit$plot.gof.idv()
#idv.obs.pred.vs.time(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.