View source: R/roc_glm_parts.R
computePlacementValues | R Documentation |
This function calculates the placement values required to calculate the ROC-GLM.
computePlacementValues(pooled_scores_name, truth_name, prob_name, tset = NULL)
pooled_scores_name |
('character(1L)') Name of the object holding the pooled negative scores. |
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. |
tset |
('numeric()') Set of thresholds |
Placement values
Stefan B., Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.