opmetrics | R Documentation |
opmetrics
opmetrics(o, p, s, plot = FALSE, residuals = FALSE)
o |
the vector with the observed values |
p |
the vector with the predicted values |
s |
significant digits empty: return all values. number 1 to 6: will return the desired significant digits. "std1": will return number as character in a predefined format. |
plot |
plot observed against predicted value in ggplot. |
residuals |
if TRUE together with plot, it plots the residuals on the y axis against the predicted values in ggplot. |
a data frame with different parameters to evaluate the predicted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.