Plot of summary dose-normalized PK concentrations (geometric mean and 95% CI)

Always only for nominal time (NTIME or NTAFD)! Since dose-normalization is done, standard stratifictation is done by PROFILE. Additional stratification can be provided by the user and is shown in different colors. Default stratification is by GROUP (ordered by GROUPN). Ignored subjects (IGNOREI) and ignored records (IGNORER and IGNORSUM) are excluded from these plots.

figure_summary_geommean_dosenorm_IQdataNCA(
  data,
  figurenumber = NULL,
  logY = TRUE,
  strat = "GROUP",
  scaleXsame = TRUE,
  scaleYsame = TRUE,
  filename = "summarygeommeandn.pdf",
  nindiv = 1,
  USETAD = TRUE,
  alpha = 0.8
)

Arguments

data

IQdataNCA object

figurenumber

Character string with figure number information, added to the title for each figure, if defined

logY

Log y axis is TRUE, otherwise linear Y axis

strat

Character. Name of column to use for stratification (default: GROUP). The only requirement is that the entries in the stratification column are unique per subject per profile. The columns can contain numeric of aphanumeric entries. They can be categorical or continuous. However, it is advisable for the purpose of useful plots to use continuous numeric columns only for stratification when there is a certain limited number of unique values. But it is your call entirely :-)

scaleXsame

logical. It TRUE then the same min anx max value on the X-axis will be used for each plot

scaleYsame

logical. It TRUE then the same min anx max value on the Y-axis will be used for each plot

filename

Name of PDF file to generate with plots

nindiv

Number of plots per page if exported to PDF

USETAD

logical. TRUE uses TIME, NTIME, or ATIME, depending on FLAGTIME settings. FALSE will use TAFD, NTAFD, or ATAFD.

alpha

alpha value for the plotting.

Value

Returns a list of all plots if filename is NULL