R/freeBM.R

Defines functions freeBM

#' Free model
#'
#' @description Free model (both null and complete blocks allowed).
#' @param nbl Number of clusters.
#' @author Marjan Cugmas
#' @export

freeBM <- function(nbl){c("null", "com")}

Try the nem package in your browser

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

nem documentation built on April 23, 2021, 3 p.m.