comparison_diag {hmer} | R Documentation |
Comparison Diagnostics
Description
Shorthand function for diagnostic test ‘cd’.
Usage
comparison_diag(emulator, targets, validation, sd = 3, plt = interactive())
Arguments
emulator |
The emulator in question |
targets |
The output targets |
validation |
The validation set |
sd |
The range of uncertainty allowed |
plt |
Whether to plot or not |
Details
For details of the function, see get_diagnostic
and for the plot
see analyze_diagnostic
.
Value
A data.frame of failed points
References
Jackson (2018) <http://etheses.dur.ac.uk/12826>
See Also
get_diagnostic
, analyze_diagnostic
,
validation_diagnostics
Other diagnostic functions:
analyze_diagnostic()
,
classification_diag()
,
get_diagnostic()
,
individual_errors()
,
residual_diag()
,
standard_errors()
,
summary_diag()
,
validation_diagnostics()
[Package hmer version 1.6.0 Index]