R/plot.R

Defines functions plot.geeglm plot.geelm

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

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

Try the geeasy package in your browser

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

geeasy documentation built on Jan. 6, 2022, 5:09 p.m.