R/RsqGLM.R

Defines functions RsqGLM

Documented in RsqGLM

RsqGLM <- function(model = NULL, obs = NULL, pred = NULL, use = "pairwise.complete.obs", plot = TRUE, plot.type = "lollipop", na.rm = TRUE, rm.dup = FALSE, verbosity = 2, ...) {
  # version 3.0 (15 May 2025)

  warning("this function is DEPRECATED; using pseudoRsq() instead.\n")
  
  pseudoRsq(model = model, obs = obs, pred = pred, use = use, plot = plot, plot.type = plot.type, na.rm = na.rm, rm.dup = rm.dup, verbosity = verbosity, ...)
}

Try the modEvA package in your browser

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

modEvA documentation built on July 3, 2025, 3:01 p.m.