new_mcmcRocPrc | R Documentation |
This function actually does the heavy lifting once we have a matrix of predicted probabilities from a model, plus the vector of observed outcomes. The reason to have it here in a single function is that we don't replicate it in each function that accomodates a JAGS, BUGS, RStan, etc. object.
new_mcmcRocPrc(pred_prob, yvec, curves, fullsims)
pred_prob |
a |
yvec |
a |
curves |
include curve data in output? |
fullsims |
collapse posterior samples into single summary? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.