labelBootResults {mcStats} | R Documentation |
Label Bootstrapped Results
Description
labels bootstrapped results. We use this to create colored histograms.
Usage
labelBootResults(results, lBound, uBound)
Arguments
results |
a vector, data from bootstrapping |
lBound |
lower bound of confidence interval |
uBound |
upper bound of confidence interval |
Value
vector of labels corresponding to result values
Examples
x <- rnorm(100)
labelBootResults(x, -1, 1)
[Package mcStats version 0.1.2 Index]