View source: R/miscalibration_test.R
miscalibration_test | R Documentation |
(experimental)
miscalibration_test(x, ...) ## S3 method for class 'reliabilitydiag' miscalibration_test(x, ...) ## S3 method for class 'numeric' miscalibration_test(x, y, ...)
x |
an R object inheriting from |
... |
further arguments to be passed to or from methods. |
y |
a numeric vector of binary response values in {0, 1} to be predicted. |
returns a 'tibble'
with entries
forecast | the name of the prediction method. |
miscalibration | the miscalibration statistic
(see summary.reliabilitydiag ). |
pvalue | the pvalue. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.