sum_stat | R Documentation |
Calculate general summary statistics of modelled water temperature vs observed water temperature; Pearson's R, variance, covariance, bias, Nash-Sutcliffe Efficiency (NSE) and Root mean squared error (RMSE) and log-likelihood (lnlikelihood).
sum_stat(mod, obs, depth = FALSE, na.rm = TRUE, depth.range = NULL)
mod |
vector or dataframe; Vector if no depth values otherwise Modelled values in the long format; date, depth, values |
obs |
vector or dataframe; Vector if no depth values otherwise Observed values in the long format; date, depth, values |
depth |
logical; Depth values are included. Defaults to False |
na.rm |
logical; Remove NA'values |
depth.range |
vector; vector with a depth range to extract statistics at certain depths. |
data frame of summary statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.