X-Y GOF plots for multiple Y's and shared X with reflines and data smoother and with caption added as reurned by get.caption
do.multi.GOF(
data,
x,
y,
color = "",
add.loess = TRUE,
refline = c("none", "abline", "href0", "hrefmean", "hrefmedian"),
title = "",
lines.by.id = FALSE,
id.column = "ID",
fx = NULL,
fy = NULL,
ylab = "Observations/Predictions",
control = GOF.control()
)
data.frame to plot
character string with name of column for x
character string with name of column for y
data columns to set different colors in plot, interpreted as factor
add loess smoother to plot (TRUE), or not (FALSE)
add reference line with intercept=0, slope=1 (abline), horizontal at y=0( href0), horizontal at y=mean of y( hrefmean), horizontal at y=median of y( hrefmedian), or don't add reference line (none)
title
connect subjects by lines (TRUE), or don't (FALSE)
column name that indicate subject identifier
function for transformation of x before plotting
function for transformation of y before plotting
y axis label
an optional list of control settings. See GOF.control for the names of the settable control values and their effect.