bestAICsearch function

bestAICsearch

bestAICsearch

best AIC search

bestAICsearch( binaryMatrix, minK = 2, maxK = 5, chiVec = c(0.001, 0.5, 1, 2, 3), startseed = 100, nIterations = 50, AICrange = 100, plot_heatmap = TRUE )

Arguments

  • binaryMatrix: Data to be clustered
  • minK: Min number of clusters
  • maxK: Max number of clusters
  • chiVec: Vector of chi values
  • startseed: Seed
  • nIterations: Number of iterations
  • AICrange: AIC range
  • plot_heatmap: TRUE if plotting directly

Returns

list of AIC scrores

  • Maintainer: Fritz Bayer
  • License: GPL-3
  • Last published: 2024-02-14

Useful links