plot_individual: Plot individual subject profiles in NONMEM dataset

View source: R/diagnostics.R

plot_individualR Documentation

Plot individual subject profiles in NONMEM dataset

Description

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.

Usage

plot_individual(.data, idv = "TIME", strata = "", grouping = "",
  logY = F, showADDL = F, ID = "ID")

Arguments

.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.

Value

a list of ggplot2 plot objects, one for each idv.


qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.