computePlacementValues: Compute Placement Values on Server

View source: R/roc_glm_parts.R

computePlacementValuesR Documentation

Compute Placement Values on Server

Description

This function calculates the placement values required to calculate the ROC-GLM.

Usage

computePlacementValues(pooled_scores_name, truth_name, prob_name, tset = NULL)

Arguments

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

Value

Placement values

Author(s)

Stefan B., Daniel S.


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