extractModelResults.ParamsPlusStdDevs: Function to extract parameter estimates and standard...

Description Usage Arguments Details Value

View source: R/extractModelResults.ParamsPlusStdDevs.R

Description

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

Usage

1
extractModelResults.ParamsPlusStdDevs(objs, dp = 0.01, 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

verbose

- flag (T/F) to print diagnostic info

Details

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

Value

- dataframe with the parameter estimates and uncertainty info.


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