celdaCGGridSearchRes {celda}R Documentation

celdaCGGridSearchRes

Description

Example results of celdaGridSearch on celdaCGSim

Usage

celdaCGGridSearchRes

Format

An object as returned from celdaGridSearch()

Examples

data(celdaCGSim)
celdaCGGridSearchRes <- celdaGridSearch(celdaCGSim$counts,
  model = "celda_CG",
  paramsTest = list(K = seq(4, 6), L = seq(9, 11)),
  paramsFixed = list(sampleLabel = celdaCGSim$sampleLabel),
  bestOnly = TRUE,
  nchains = 1,
  cores = 2
)

[Package celda version 1.4.7 Index]