resList,celdaList-method {celda}R Documentation

Get final celdaModels from a celdaList

Description

Returns all models generated during a 'celdaGridSearch()' run.

Usage

## S4 method for signature 'celdaList'
resList(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)
celdaCGGridModels <- resList(celdaCGGridSearchRes)

[Package celda version 1.2.4 Index]