| getPositiveScoresVar | R Documentation | 
This function just returns the variance of positive scores.
getPositiveScoresVar(truth_name, prob_name, m = NULL, return_sum = FALSE)
| truth_name | ('character(1L)') Character containing the name of the vector of 0-1-values encoded as integer or numeric. | 
| prob_name | ('character(1L)') Character containing the name of the vector of probabilities. | 
| m | ('numeric(1L)') Sample mean used for variance calculation. If 'NULL' (default), the sample mean of the positive scores is used. | 
| return_sum | ('logical(1L)') Logical value indicating whether the function should just return the sum of positive scores. | 
Variance of differences of positive scores
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.