Description Usage Arguments Author(s) Examples
View source: R/checkDepVector.R
Perform check on the true class label vector.
1 | checkDepVector(depTest)
|
depTest |
Vector with true data labels (outcome values) |
Koen W. De Bock, kdebock@audencia.com
1 2 3 4 | ## Load response modeling predictions
data("response")
## Apply checkDepVector checking function
checkDepVector(response$test[,1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.