matchWithResults: Find which fitted models' results match the listed model and...

Description Usage Arguments Value

View source: R/performAnalysis.R

Description

Find which fitted models' results match the listed model and parameter names

Usage

1
matchWithResults(savedResults, modelNames, parameterNames = NULL)

Arguments

savedResults

list as returned by the function fitAllModels() or fitAllCovariates()

modelNames

character vector, names of the models to be selected; see getModelNames() for available options

parameterNames

character vector, same length as modelNames, names of the model parameters to be selected; see getModelParameters() for available options; default value is NULL

Value

numeric vector, indices of the matching fitted results in the list savedResults


alfcrisci/bmdModeling documentation built on May 28, 2019, 12:32 a.m.