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