get_stats | R Documentation |
Returns multiple model performance statistics
get_stats(mod, obs)
mod |
A numeric vector of modelled values |
obs |
A numeric vector of observed values |
A single row of a data frame (tibble) with columns corresponding to statistics
stats <- get_stats(mod, obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.