Description Usage Arguments Value
View source: R/calcObservedError.R
This helper function calculates relative error rates with a few corrections to account for missing or wonky data.
1 | calcErr(obs, true)
|
obs |
A numeric vector representing observed data. |
true |
A numeric vector representing true data. |
Returns a numeric vector of absolute relative error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.