Learn R Programming

CustomerScoringMetrics (version 1.0.0)

checkDepVector: Perform check on the true class label vector

Description

Perform check on the true class label vector.

Usage

checkDepVector(depTest)

Arguments

depTest

Vector with true data labels (outcome values)

Examples

Run this code
# NOT RUN {
## Load response modeling predictions
data("response")
## Apply checkDepVector checking function
checkDepVector(response$test[,1])

# }

Run the code above in your browser using DataLab