View source: R/plotConfidence.R
Sconf | R Documentation |
Auxilliary function for plotConfidence
Sconf(X, pcVec = 0:99, stat = ErrViewLib::mue, normalize = TRUE)
X |
(vector) errors |
pcVec |
(vector) percentages |
stat |
(function) statistic |
normalize |
(logical) normalize statistic |
Vector of CC stats
uE = sqrt(rchisq(1000, df = 4)) # Re-scale uncertainty
E = rnorm(uE, mean=0, sd=uE) # Generate errors
plotConfidence(E,uE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.