lh_dv_x | R Documentation |
Generate GOF1
lh_dv_x(
data,
y = "DV",
x = "IPRED",
type = "log",
scale = c(0.1, 100),
IPREDN = "Individual Predicted Concentration (ng/mL)",
DVN = "Observed Concentration (ng/mL)",
col.obs = "#A6CEE3",
col.ident = "#1F78B4",
col.point = NULL,
shape.point = NULL,
strat = NULL
)
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.