Description Usage Arguments Value See Also Examples
View source: R/celdaGridSearch.R
Select a subset of models from a 'celda_list' object generated by 'celdaGridSearch()' that match the criteria in the argument 'params'.
1 | subsetCeldaList(celda.list, params)
|
celda.list |
celda.list Object of class 'celda_list'. An object containing celda models returned from 'celdaGridSearch'. |
params |
List. List of parameters used to subset celda.list. |
A new 'celda_list' object containing all models matching the provided criteria in 'params'. If only one item in the 'celda_list' matches the given criteria, the matching model will be returned directly instead of a 'celda_list' object.
'celdaGridSearch()' can run Celda with multiple parameters and chains in parallel. 'selectBestModel()' can get the best model for each combination of parameters.
1 | res.K5.L10 = subsetCeldaList(celda.CG.grid.search.res, params=list(K=5, L=10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.