Skip to contents

Assess model performance

Usage

assess_model(aeme, model, var_sim = "HYD_temp")

Arguments

aeme

aeme; object.

model

vector; of models to be used. Can be `dy_cd`, `glm_aed`, `gotm_wet`.

var_sim

string; of variable to plot

Value

Data frame with model performance statistics for each model and variable. These include:

  • bias - Bias

  • mae - Mean absolute error

  • rmse - Root mean square error

  • nmae - Normalised mean absolute error

  • nse - Nash-Sutcliffe efficiency

  • d2 - Index of agreement model skill score Willmott index

  • r - Pearson correlation coefficient

  • rs - Spearman correlation coefficient

  • r2 - R-squared value from linear model

  • B - Bardsley coefficient

  • n - number of observations