powered by
Make two-sample binary predictive probability heatmap
make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh = 0.8, ng.thresh = 0.8)
A ggplot object is returned.
output from return.ts.bin.pp.table
go threshold
no-go threshold
# \donttest{ 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) # }
Run the code above in your browser using DataLab