make.ts.bin.pp.heatmap: Make two-sample binary predictive probability heatmap

View source: R/make.ts.bin.pp.heatmap.r

make.ts.bin.pp.heatmapR Documentation

Make two-sample binary predictive probability heatmap

Description

Make two-sample binary predictive probability heatmap

Usage

make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh = 0.8, ng.thresh = 0.8)

Arguments

my.data

output from return.ts.bin.pp.table

go.thresh

go threshold

ng.thresh

no-go threshold

Value

A ggplot object is returned.

Examples


pp.table <- return.ts.bin.int.predprob.table(goparallel=FALSE)
make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh=0.8, ng.thresh=0.8)


GNGTools documentation built on Dec. 16, 2022, 5:09 p.m.