Learn R Programming

celda (version 0.0.0.9000)

selectModels: Select a set of models from a celda_list objects based off of rows in its run.params attribute.

Description

Select a set of models from a celda_list objects based off of rows in its run.params attribute.

Usage

selectModels(celda.list, run.param.rows)

Arguments

celda.list

A celda_list object returned from celda()

run.param.rows

Row indices in the celda.list's run params corresponding to the desired models.

Value

A celda_list containing celda model objects matching the provided parameters (of class "celda_C", "celda_G", "celda_CG" accordingly), or NA if one is not found.