plotTPFPProbs: Ratio of true positives to false positives.

Description Usage Arguments

View source: R/PlotsModel.r

Description

Ratio of true positives to false positives.

Usage

1
2
plotTPFPProbs(prob, obs, posLabel, negLabel, probSeq = seq(0.05, 0.95, by =
  0.05))

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