lh_dv_x: DV vs X with STRAT

lh_dv_xR Documentation

DV vs X with STRAT

Description

Generate GOF1

Usage

lh_dv_x(
  data,
  y = "DV",
  x = "IPRED",
  type = "log",
  scale = c(0.1, 100),
  IPREDN = "Individual Predicted Concentration (ng/mL)",
  DVN = "Observed Concentration (ng/mL)",
  col.obs = "#A6CEE3",
  col.ident = "#1F78B4",
  col.point = NULL,
  shape.point = NULL,
  strat = NULL
)

Arguments

data

data frame

Examples

p1<-lh_dv_ipred(dat1,type="lin",IPREDN="IPRED")
p2<-lh_dv_ipred(dat1,type="log")

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