View source: R/roc_glm_parts.R
rocGLMFrame | R Documentation |
This function stores the data on the server used for the ROC-GLM
rocGLMFrame(truth_name, prob_name, pooled_scores_name)
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. |
pooled_scores_name |
('character(1L)') Character containing the name of the object holding the pooled negative scores. |
Data.frame used to calculate ROC-GLM
Stefan B., Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.