Description Usage Arguments Details Value
View source: R/extractModelResults.ParamsPlusStdDevs.R
This function extracts parameters values and standard deviations, together with their limits (if any) from several TCSAM2015 models.
1 | extractModelResults.ParamsPlusStdDevs(objs, dp = 0.01, 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 |
verbose |
- flag (T/F) to print diagnostic info |
Returned parameter info dataframe has columns case, type, param, min, max, init, value, stdvv and scl.
- dataframe with the parameter estimates and uncertainty info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.