plotPearsonRes {RaceID} | R Documentation |
Function for plotting the variance of Pearson residuals
Description
This function plots the variance versus the mean of the Pearson residuals obtained by the negative binomial regression computed by the function compY
if regNB
is TRUE
. A local regression is also shown.
Usage
plotPearsonRes(y, log = FALSE, ...)
Arguments
y |
List object returned by the |
log |
logical. If |
... |
Additional arguments for |
Value
None
Examples
res <- pruneKnn(intestinalDataSmall,no_cores=1)
plotPearsonRes(res,log=TRUE)
[Package RaceID version 0.3.5 Index]