View source: R/diagnosticSensitivity.R
Calculates the parameter sensitivities (change in load predictions for a a 1
unit change in the explanatory variables). Outputs plots to
~/estimate/(run_id)_diagnostic_sensitivity.pdf. Outputs sensitivities.list
as binary file to ~/estimate/(run_id)_sensitivities.list.
Executed By: estimate.R
Executes Routines:
named.list.R
predictSensitivity.R
unPackList.R
1 2 3 | diagnosticSensitivity(file.output.list, classvar, estimate.list,
DataMatrix.list, SelParmValues, reach_decay_specification,
reservoir_decay_specification, subdata, sitedata.demtarea.class)
|
classvar |
character vector of user specified spatially contiguous discrete classification variables from sparrow_control. First element is reach classification variable. |
SelParmValues |
selected parameters from parameters.csv using condition
|
reach_decay_specification |
the SAS IML reach decay function code from sparrow_control |
reservoir_decay_specification |
the SAS IML reservoir decay function code from sparrow_control |
subdata |
data.frame input data (subdata) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.