R/cfsim.R

#' Compare Simulation Results
#' 
#' Generic function to compare simulation results in \pkg{lsbclust}.
#' 
#' @inheritParams cfsim.lsbclust
#' @seealso \code{\link{cfsim.lsbclust}}, \code{\link{cfsim.T3Clusf}}
#' @export
cfsim <- function(fitted, actual, method = c("diag", "cRand")) {
  UseMethod("cfsim", fitted)
}

Try the lsbclust package in your browser

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

lsbclust documentation built on May 1, 2019, 10:27 p.m.