R/plot.R

Defines functions plot.geeglm plot.geelm

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

#' @export
plot.geeglm <- function(...) {
  plotEst(...)
}
annennenne/geeasy documentation built on April 29, 2024, 4:22 p.m.