plotCMProbs: Plots the ratios of TP, TN, FP, and FN at each probability...

Description Usage Arguments

View source: R/PlotsModel.r

Description

Plots the ratios of TP, TN, FP, and FN at each probability cutoff value.

Usage

1
2
plotCMProbs(prob, obs, posLabel, negLabel, probSeq = seq(0.005, 0.995, by =
  0.005))

Arguments

prob

predicted probability

obs

observed labels

posLabel

'positive' label

negLabel

'negative' label

probSeq

the probability threshold sequence to use


wtcooper/vizrd documentation built on May 4, 2019, noon