Description Usage Arguments Value
View source: R/writeModelResultsToCSV.ParamEsts.R
This function extracts parameters values, together with their limits (if any) and their associated standard deviations from several TCSAM2015 models as a dataframe and writes it to a csv file.
1 2 | writeModelResultsToCSV.ParamEsts(tcsams, dp = 0.01,
csv = "ModelComparisons.Params.csv", verbose = FALSE)
|
tcsams |
- list of TCSAM2015 model results objects (each is a list with elements 'prsObj' and 'stdObj') |
dp |
- percent difference between parameter value and upper/lower limits used to flag outliers |
verbose |
- flag (T/F) to print diagnostic info |
- dataframe returned by extractModelResults.ParamsPlusStdDevs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.