R/formula-methods.R

#' @describeIn LM Extracts the symbolic model formula used in [`el_lm()`] or
#'   [`el_glm()`].
#' @exportMethod formula
#' @usage NULL
setMethod("formula", "LM", function(x, ...) {
  formula(x@terms)
})

Try the melt package in your browser

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

melt documentation built on May 31, 2023, 7:12 p.m.