R/1.5.main.R

Defines functions organizeResults

organizeResults <- function(fit, call, formula, wideModelComponents) {
  fit$call <- call
  fit$formula <- formula
  fit$model <- wideModelComponents

  class(fit) <- "mmcsd"

  return(fit)
}

Try the Mmcsd package in your browser

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

Mmcsd documentation built on March 31, 2023, 7:23 p.m.