R/plot.R

Defines functions plot.geeglm plot.geelm

#' @export
plot.geelm <- function(...) {
  plotEst(...)
}

#' @export
plot.geeglm <- function(...) {
  plotEst(...)
}
annennenne/geeM2 documentation built on May 2, 2024, 2:29 p.m.