R/2.2.checkFitRequirement.R

Defines functions checkFitRequirements

checkFitRequirements <- function(fit) {
  if (!methods::is(fit, "mmcsd")) stop("Invalid 'fit' argument. 'fit' must be a 'mmcsd' object!")

  return(NULL)
}

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.