generate_report_chamming: Generate a Microsoft Word document about the Hamming distance matrix and the p-values matrix with corresponding plots.
Description
This function takes a dataframe, a factor and returns a Microsoft Word document about the Hamming distance matrix and the p-values matrix with corresponding plots.
# Generate a report about "Species" factor in iris datasetgenerate_report_chamming(iris, ~Species)
# Generate a report about "am" factor in mtcars datasetgenerate_report_chamming(mtcars, ~am)