Description Usage Value Examples
Generates two vectors, one with predictions and one with outcomes. Used to test functions. Stochastic, seed must be set to get reproducible results.
1 | examplePredictions(n = 150, noise = 0.2)
|
A data.frame with $pred and $actual columns.
1 2 3 | set.seed(1337)
tdat <- examplePredictions()
bootstrap(tdat$pred, tdat$actual, roc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.