lh_dv_ipred | R Documentation |
Generate GOF1
lh_dv_ipred(
data,
y = "DV",
x = "IPRED",
type = "log",
scale = c(0.1, 100),
IPREDN = "Individual Predicted Concentration (ng/mL)",
PREDN = "Population Predicted Concentration (ng/mL)",
DVN = "Observed Concentration (ng/mL)",
TADN = "Time After Dose (h)",
RTIMEN = "Time After First Dose (h)",
IVARN = "Time After First Dose (h)",
CWRESN = "Conditional Weighted Residuals",
col.obs = "#A6CEE3",
col.ident = "#1F78B4"
)
data |
data frame |
p1<-lh_dv_ipred(dat1,type="lin",IPREDN="IPRED")
p2<-lh_dv_ipred(dat1,type="log")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.