summary.cv4postpr | R Documentation |
This function calculates the confusion matrix and the mean
misclassification probabilities of models from an object of class
"cv4postpr"
.
## S3 method for class 'cv4postpr' summary(object, probs = TRUE, print = TRUE, digits = max(3, getOption("digits")-3), ...)
object |
an object of class |
probs |
logical, if |
print |
logical, if |
digits |
the digits to be rounded to. |
... |
other arguments. |
If probs
=FALSE
a matrix with the frequencies of the
simulations classified to the different models (the confusion
matrix). If probs
=TRUE
, a list with two components:
conf.matrix |
The confusion matrix. |
probs |
The mean model misclassification probabilities. |
cv4postpr
, plot.cv4postpr
## see ?cv4postpr for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.