Description Usage Arguments Details Value
View source: R/extractModelResults.Params.R
This function extracts parameters values, together with their limits (if any) from several TCSAM2015 models.
1 | extractModelResults.Params(objs, dp = 0.01, fac = 2, verbose = FALSE)
|
objs |
- 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 |
fac |
- number of std devs to extend uncertainty plots |
verbose |
- flag (T/F) to print diagnostic info |
Returned parameter info dataframe has columns case, type, param, init, value, min, max, and scl.
- list with two dataframes, one with the parameter info (prsDFR), one with uncertainty info (stdDFR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.