resList {celda}R Documentation

Get final celdaModels from a celdaList

Description

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

Usage

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.0.2 Index]