Description Usage Arguments Details Value Author(s) Examples
This is a very simple little function to calculate the percentage difference between an ‘estimate’ and the ‘true’ value.
1 2 3 |
est |
The ‘estimate’ value, which can be a vector, to test
against the |
true |
The ‘true’ value, which can be a vector, to test
against the |
... |
The simple percent difference: (est-true)/true*100.
The result of the above computation, which can be a vector or scalar.
Jeffrey H. Gove
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.