Export confusion matrix to Word document

aa_confusion_matrix_docx(
  aalist,
  docx_file,
  append = F,
  docx_template = NULL,
  caption = NULL,
  ...
)

Arguments

aalist

output from aa_card

docx_file

output docx filename. Existing file is deleted if docx_tempalte is specified, otherwise the output is appended.

append

append to existing Word file

docx_template

docx file to use as template

caption

caption text to print above table

...

arguments for aa_confusion_matrix_flextable()

Value

Nothing

Details

Export confusion matrix to Word document

Author

Dirk Pflugmacher