plot_individual | R Documentation |
The individual plot will be formed using DV values, stratified by variables in strat. Add CMT to strat if there are multiple observations. Data will be colored by combinations of variables found in grouping.
plot_individual(.data, idv = "TIME", strata = "", grouping = "",
logY = F, showADDL = F, ID = "ID")
.data |
NONMEM data as a data.frame |
idv |
A comma delimited string of variables for the x axis |
grouping |
A comma delimited string of grouping variables. |
ID |
a character value giving the column containing subject IDs |
strat |
A comma delimited string of stratification variables. |
a list of ggplot2 plot objects, one for each idv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.