get_stats: Get statistics

View source: R/get_stats.R

get_statsR Documentation

Get statistics

Description

Returns multiple model performance statistics

Usage

get_stats(mod, obs)

Arguments

mod

A numeric vector of modelled values

obs

A numeric vector of observed values

Value

A single row of a data frame (tibble) with columns corresponding to statistics

Examples

stats <- get_stats(mod, obs)

computationales/sofunCalVal documentation built on June 12, 2025, 6:59 a.m.