Description Usage Arguments Value
View source: R/compareModels.ParamEsts.R
This function extracts and plots parameters values, together with their limits (if any) and the posterior distributions implied by their estimated standard errors from several TCSAM2015 models.
1 2 | compareModels.ParamEsts(tcsams, dp = 0.01, fac = 2, nc = 3, nr = 4,
showPlot = TRUE, pdf = "ModelComparisons.Params.pdf", 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 |
fac |
- number of std devs to extend uncertainty plots |
nc |
- number of columns of plots per page |
nr |
- number of rows of plots per page |
showPlot |
- flag to show plots immediately |
pdf |
- file name for printing plots to a pdf file (or NULL to print to screen) |
verbose |
- flag (T/F) to print diagnostic info |
- list with dfr, vfr, and plots as elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.