R/plot.ibr.R

Defines functions plot.ibr

Documented in plot.ibr

plot.ibr <- function(x,...) {
  r <- residuals(x)
  yh <- predict(x)
  plot(yh, r, xlab = "Fitted", ylab = "Residuals",...)
  invisible()
}

Try the ibr package in your browser

Any scripts or data that you put into this service are public.

ibr documentation built on Sept. 13, 2023, 5:08 p.m.