Description Usage Arguments Details Value
View source: R/getObjFunValues.Penalties.R
Function to get model penalties as a melted dataframe.
1 | getObjFunValues.Penalties(repObjs, mdl = NULL, verbose = FALSE)
|
repObjs |
- tcsam2015.rep model results object or list of such |
mdl |
- name to associate with model results object |
verbose |
- flag (T/F) to print diagnostic info |
If repObjs is a list of tcsam2015 model results objects, then the function is called recursively for each object, with the associated list component name used as mdl. If repObjs is a tcsam2015 model results object and mdl is NULL (the default), then repObjs$mc$configName is used as the model name.
The returned dataframe has columns named "model", "type", "category", "name", "level", "variable", and "value".
The "variable" column indicates whether the "value" is a weight ('wgt'), negative log-likelihood ('nll'), or objective function value ('objfun').
a melted dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.