rocGLMFrame: Calculate data for ROC-GLM

View source: R/roc_glm_parts.R

rocGLMFrameR Documentation

Calculate data for ROC-GLM

Description

This function stores the data on the server used for the ROC-GLM

Usage

rocGLMFrame(truth_name, prob_name, pooled_scores_name)

Arguments

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.

Value

Data.frame used to calculate ROC-GLM

Author(s)

Stefan B., Daniel S.


difuture-lmu/dsROCGLM documentation built on March 24, 2024, 1:07 p.m.