View source: R/helper_functions.R
roc_ci | R Documentation |
roc_ci
computes bootstrap confidence intervals from
objects of class roc
, as produced by the pROC
package.
roc_ci
is simply a convenience wrapper for
pROC::ci.thresholds
re-formatted for screenr
.
roc_ci(
object,
...,
bootreps = 4000,
conf_level = 0.95,
progress = "none",
thresholds = "local maximas",
se_min = 0.8
)
object |
an object of class |
... |
additional arguments passed to |
bootreps |
number of bootstrap replicates. Default: 4000. |
conf_level |
confidence level for uncertainty intervals. Default: 0.95. |
progress |
character-valued type of progress display
(see |
thresholds |
type of thresholds (see |
se_min |
minimum value of sensitivity returned. Default: 0.8. |
roc_ci
returns a dataframe containing thresholds with
their sensititives, specificities and uncertainy intervals.
ci.thresholds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.