printConfStats: Nicely display statistics from a confusion matrix from the...

Description Usage Arguments

View source: R/main.R

Description

Nicely display statistics from a confusion matrix from the caret package

Usage

1
2
3
4
5
6
7
printConfStats(
  confMtrx,
  digits = 2,
  what = c(1, 2, 3, 4, 12),
  caption = NULL,
  tblOnly = FALSE
)

Arguments

confMtrx

a confusion matrix from the caret package

digits

number of digitis to display

what

which stats to show, see caret package for details

caption

table caption

tblOnly

should a dataframe or a formatted object be returned


Avery-Lisa/myReportRx documentation built on May 23, 2021, 2:30 a.m.