extractModelResults.Params: Function to extract parameter values from different TCSAM2015...

Description Usage Arguments Details Value

View source: R/extractModelResults.Params.R

Description

This function extracts parameters values, together with their limits (if any) from several TCSAM2015 models.

Usage

1
extractModelResults.Params(objs, dp = 0.01, fac = 2, verbose = FALSE)

Arguments

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

Details

Returned parameter info dataframe has columns case, type, param, init, value, min, max, and scl.

Value

- list with two dataframes, one with the parameter info (prsDFR), one with uncertainty info (stdDFR).


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.