Description Usage Arguments Value
View source: R/writeModelResultsToCSV.ObjFunValues.R
Function to write all objective function values to csvs.
1 2 | writeModelResultsToCSV.ObjFunValues(repObjs,
csv = "ModelComparisons.ObjFunValues", verbose = FALSE)
|
repObjs |
- model report object or list of report objects |
csv |
- base filename for csvs to export dataframes to |
verbose |
- flag (T/F) to print diagnostic info |
list w two dataframes with objective function components, one for penalties and priors (...PP.csv) and one for data (...Data.csv).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.