writeModelResultsToCSV.ParamEsts: Function to write parameter values and standard deviations...

Description Usage Arguments Value

View source: R/writeModelResultsToCSV.ParamEsts.R

Description

This function extracts parameters values, together with their limits (if any) and their associated standard deviations from several TCSAM2015 models as a dataframe and writes it to a csv file.

Usage

1
2
writeModelResultsToCSV.ParamEsts(tcsams, dp = 0.01,
  csv = "ModelComparisons.Params.csv", verbose = FALSE)

Arguments

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

verbose

- flag (T/F) to print diagnostic info

Value

- dataframe returned by extractModelResults.ParamsPlusStdDevs


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