reliability | R Documentation |
Calculated empirical exceedence of each quantile and
plots a reliabiltiy diagram for a MultiQR
object.
Optionally, results may be split by cross-validation fold or covariate and/or confidence intervals may be estimated.
reliability(
qrdata,
realisations,
kfolds = NULL,
subsets = NULL,
breaks = 4,
bootstrap = NULL,
plot.it = T,
...
)
qrdata |
|
realisations |
Vector of realisations corresponding to
rows of |
kfolds |
Optional vector of cross-validation fold labels corresponding
to rows of |
subsets |
Optional vector of covariates to bin data by.
Breaks between bins are the empirical quantiles of
|
breaks |
Either the number of quantiles to use to bin |
bootstrap |
Number of boostrap samples used to generate 95% confidence intervals. |
plot.it |
|
... |
Additional arguments passed to |
Missing values in realisations
are handled by na.rm=T
when
calculating average exceedence of a given quantile.
Reliability data and, if plot.it=TRUE
, a reliability diagram.
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.