vector_errors | R Documentation |
Given vectors x and y of the same length, compute various forms of error between the two.
vector_errors(x, y)
x |
Numeric vector of data. |
y |
Numeric vector of data to compare to x, same length. |
Dataframe with columns representing error for each point. Types of error include: error, magnitude of error, percent error, magnitude of percent error, error of logged values, and magnitude of error of logged values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.