View source: R/bycatchFunctions.R
findBestModelFunc | R Documentation |
Function to find best model by information criteria, by model type
findBestModelFunc(
obsdatval,
modType,
requiredVarNames,
allVarNames,
complexModel,
randomEffects = NULL,
useParallel,
selectCriteria,
varExclude,
printOutput = FALSE,
catchType = NULL,
common = NULL,
dirname = NULL,
run = NULL
)
obsdatval |
Value |
modType |
Value |
requiredVarNames |
Value |
allVarNames |
Value |
complexModel |
Value |
randomEffects |
Value |
useParallel |
Value |
selectCriteria |
Value |
varExclude |
Value |
printOutput |
Value |
catchType |
Value |
common |
Value |
dirname |
Value |
run |
Value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.