lh_gof | R Documentation |
Generate GOF1
lh_gof(
dat = res,
sortby = "STUDYID",
pn = "GOFoverall.png",
foot =
"Note: for legibility, observations at TAD>100 h and prediction failures were not displayed",
xtit1 = "Individual Predicted\n Concentration (ng/mL)",
ytit1 = "Observed Concentration\n (ng/mL)",
xtit2 = "Population Predicted\n Concentration (ng/mL)",
ytit2 = "Observed Concentration\n (ng/mL)",
ytit3 = "Normalized Prediction\n Distribution Errors",
path = "./",
cwres1 = c("CWRES", "PRED", "Conditional Weighted Residuals",
"Population Predicted\n Concentration (ng/mL)"),
cwres2 = c("CWRES", "TAD", "Conditional Weighted Residuals", "Time after dose (h)")
)
data |
data frame |
lh_gof("test.png")
lh_gof() need PRED, IPRED, DV, time, TAD,CWRES
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.