diffOP | R Documentation |
The diffOP function calculates the difference between two points of a cumulative curve at a given quantile.
diffOP(observed, predicted, quantile = 0.5)
observed |
The observed value at the quantile |
predicted |
The predicted value at the quantile |
quantile |
The quantile where the difference should be calculated |
Difference between the observed and the predicted at a quantile
It returns a numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.