R/plot.glmm.admb.R

plot.glmmadmb <- function(x, ...)
{
  plot(x$fitted, x$residuals, xlab="Fitted values", ylab="Residuals", ...)
}
bbolker/glmmadmb documentation built on May 11, 2019, 9:29 p.m.