check
The type of plot (possibly abbreviated) to show. One of
"distributions"
, "residuals"
, "scatter"
,
"test"
. See Details for descriptions.
overlay
For check="distributions"
only, should distributions be
plotted as density estimates overlaid in a single plot (TRUE
, the
default) or as separate histograms (FALSE
)?
test
For check="test"
only, a character vector (of length 1 or
2) naming a single function or a pair of functions. The function(s) should
take a vector input and return a scalar test statistic. See Details.