.CumRes | R Documentation |
This function computes the cumulative residual probability for a given set of probabilities.
.CumRes(a)
a |
A numeric vector or matrix representing probabilities. |
A numeric vector or matrix of cumulative residual probabilities.
a <- data.frame(V1= c(0.2, 0.3, 0.5), V2 =c(0.2, 0.3, 0.5))
.CumRes(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.