R/get_stats.R
get_stats.Rd
Returns multiple model performance statistics
get_stats(mod, obs)
A numeric vector of modelled values
A numeric vector of observed values
A single row of a data frame (tibble) with columns corresponding to statistics
stats <- get_stats(mod, obs) #> Error: object 'obs' not found