View source: R/getMDFR.OFCs.NonDataComponents.R
| getMDFR.OFCs.NonDataComponents | R Documentation | 
Function to get non-data components from the objective function for a (list of) TCSAM02 model(s) as a dataframe.
getMDFR.OFCs.NonDataComponents(
  obj,
  categories = c("all", "penalties", "penFDevs", "components", "priors"),
  verbose = FALSE
)
| obj | 
 | 
| categories | 
 | 
| verbose | 
 | 
Returned dataframe has columns
case - model case (blank, to be filled in by caller if obj is not a list of tcsam02.resLst objects)
category - objective function component category
type - type name
element - element name
level - level name
wgt - likelihood weight
nll - negative log-likelihood (unweighted)
objfun - objective function value
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.