confusionMatrix4latex: confusionMatrix4latex

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/confusionMatrix4latex.R

Description

Given an object of class confusionMatrix (from caret), a slim xtable is printed to be used in latex documents.

Usage

1
confusionMatrix4latex(obj, obj2 = NULL, obj3 = NULL, obj4 = NULL, ...)

Arguments

obj

an object of class "confusionMatrix" confusionMatrix.

obj2

another object like obj.

obj3

another object like obj.

obj4

another object like obj.

...

arguments that can be passed to xtable, e.g. cap and .

Details

...

Value

one or more confusion matrices in latex table format.

Author(s)

Benjamin Mack

See Also

confusionMatrix, xtable

Examples

1
### to do

benmack/oneClass documentation built on Dec. 15, 2020, 7:38 p.m.