lh_indiv_plot | R Documentation |
Generate GOF
lh_indiv_plot(
data = res1,
id = "id",
n.plots.page = 9,
time = "IVAR",
dv = "DV",
ipred = "IPRED",
pred = "PRED",
plot.obs.type = "point",
scale = "fixed",
xxis = list(anglex = 0, sizex = 12, vjustx = 0, strip_size = 12, axis.title.size = 14),
legendxy = list(posit = "bottom"),
xtit = "Time after first dose (h)",
ytit = "Concentration (ng/mL)",
out.path = "./ind.plots",
break2 = c(1e-04, 5e-04, 0.001, 0.005, 0.1, 0.5, 1, 5, 10, 100, 10^3, 10^4, 10^5, 10^6),
p.dpi = 300,
p.width = 6,
p.height = 6
)
data |
Data frame |
output.name |
Listing is generated in word document. |
plh_indiv_plot(data=dat1,id="usubjid",n.plots.page=9,time="time",dv="dv",ipred="ipred"#' #' @examples ,pred="pred",type="linear",
xtit="Time after first dose (h)",
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.