lh_cwres_pred: CWRES vs PRED

View source: R/lhplot.R

lh_cwres_predR Documentation

CWRES vs PRED

Description

Generate GOF1

Usage

lh_cwres_pred(
  data,
  y = "CWRES",
  x = "PRED",
  type = "log",
  scale = c(0.1, 100),
  IPREDN = "Individual Predicted Concentration (ng/mL)",
  PREDN = "Population Predicted Concentration (ng/mL)",
  DVN = "Observed Concentration (ng/mL)",
  TADN = "Time After Dose (h)",
  RTIMEN = "Time After First Dose (h)",
  IVARN = "Time After First Dose (h)",
  CWRESN = "Conditional Weighted Residuals",
  col.obs = "#A6CEE3",
  col.ident = "#1F78B4",
  strat = NULL
)

Arguments

data

data frame

Examples

p1<-lh_cwres_pred(dat1)
p2<-lh_cwres_pred(dat1)

leonpheng/lhplot documentation built on April 13, 2025, 1:48 p.m.