R/inzplot_glm.R

Defines functions inzplot.glm

Documented in inzplot.glm

#' @describeIn inzplot.lm Method for GLMs
#' @export
inzplot.glm <- function(x, ..., env = parent.frame()) {
    inzplot.lm(x, ..., env = env)
}

Try the iNZightRegression package in your browser

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

iNZightRegression documentation built on Feb. 16, 2023, 7:11 p.m.