celdaPerplexity-celdaList-method: Get perplexity for every model in a celdaList

celdaPerplexity,celdaList-methodR Documentation

Get perplexity for every model in a celdaList

Description

Returns perplexity for each model in a celdaList as calculated by 'perplexity().'

Usage

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

Arguments

celdaList

An object of class celdaList.

Value

List. Contains one celdaModel object for each of the parameters specified in the 'runParams()' of the provided celda list.

Examples

data(celdaCGGridSearchRes)
celdaCGGridModelPerplexities <- celdaPerplexity(celdaCGGridSearchRes)

campbio/celda documentation built on April 5, 2024, 11:47 a.m.