aa_confusion_matrix_flextable
aa_confusion_matrix_flextable.Rd
Create confusion matrix asflextable
Usage
aa_confusion_matrix_flextable(
aalist,
proportion = F,
format.body = "%.03f",
format.accuracy = "%.02f",
accuracy.multiplier = 1,
col.width = NULL,
diagonal = NULL,
format.int = "%.07g",
area.percent = T,
fontsize = 10,
fontname = "Cambria",
firstUp = T,
height.header = NULL,
rotate.header = F,
zero.rm = T
)
Arguments
- aalist
output from aa_card
- proportion
report area proportions
- format.body
sprintf format code for matrix body
- format.accuracy
sprintf format code for accuracy stats
- accuracy.multiplier
Detault 1, Set to 100 to obtain percent values
- col.width
col.width
- diagonal
formats diagonal cells as italic
- format.int
sprintf format code for integers
- area.percent
True (default) if area proportion estimates are desired in percent
- fontsize
fontsize
- fontname
fontname
- firstUp
class names first capital letter
- height.header
height.header
- rotate.header
rotate.header (True/False)
- zero.rm
remove zeros (True/False)