View source: R/goodness_of_fit.R
GOF_percent_bias | R Documentation |
Calculates percent bias between modeled (simulated) and observed values.
GOF_percent_bias(mod, obs, na.rm = TRUE)
mod |
'numeric' vector. Modeled or simulated values. Must be same length as |
obs |
'numeric' vector. Observed or comparison values. Must be same length as |
na.rm |
'boolean' |
Values returned are in percent.
Value of calculated percent bias as percent.
GOF_percent_bias(mod = example_mod$streamflow_cfs, obs = example_obs$streamflow_cfs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.