| classification_diag | R Documentation |
Shorthand function for diagnostic test ‘ce’.
classification_diag(
emulator,
targets,
validation,
cutoff = 3,
plt = interactive()
)
emulator |
The emulator in question |
targets |
The output targets |
validation |
The validation set |
cutoff |
The implausibility cutoff |
plt |
Whether to plot or not |
For details of the function, see get_diagnostic and for the plot
see analyze_diagnostic.
A data.frame of failed points
Jackson (2018) <http://etheses.dur.ac.uk/12826>
get_diagnostic, analyze_diagnostic,
validation_diagnostics
Other diagnostic functions:
analyze_diagnostic(),
comparison_diag(),
get_diagnostic(),
individual_errors(),
residual_diag(),
standard_errors(),
summary_diag(),
validation_diagnostics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.