runParams,celdaList-method {celda}R Documentation

Get run parameters provided to 'celdaGridSearch()'

Description

Returns details on the clustering parameters, and model priors provided to 'celdaGridSearch()' when the provided celdaList was created.

Usage

## S4 method for signature 'celdaList'
runParams(celdaList)

Arguments

celdaList

An object of class celdaList.

Value

Data Frame. Contains details on the various K/L parameters, chain parameters, and final log-likelihoods derived for each model in the provided celdaList.

Examples

data(celdaCGGridSearchRes)
runParams(celdaCGGridSearchRes)

[Package celda version 1.0.2 Index]