Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/confusionMatrix4latex.R
Given an object of class confusionMatrix (from caret), a slim xtable is printed to be used in latex documents.
1 | confusionMatrix4latex(obj, obj2 = NULL, obj3 = NULL, obj4 = NULL, ...)
|
obj |
an object of class "confusionMatrix" |
obj2 |
another object like obj. |
obj3 |
another object like obj. |
obj4 |
another object like obj. |
... |
arguments that can be passed to |
...
one or more confusion matrices in latex table format.
Benjamin Mack
1 | ### to do
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.