Learn R Programming

EMA (version 1.4.7)

MFAreport: Function to create a txt and pdf report with the main statistics and graphics of the MFA.

Description

This function build an analysis report with the main statistics usefull to interpret the results of the MFA and the main graphics.

Usage

MFAreport(resMFA, file.txt, file.pdf)

Arguments

resMFA

Output of MFA or runMFA

file.txt

Character string giving the name of the txt file

file.pdf

Character string giving the name of the pdf file

Value

A txt file with the main statistics and a pdf file with the main graphics.

Details

The grahics produced are:

  • individuals representation in global analysis, axes 1 to 4

  • individuals representation in global analysis with partial individuals, axes 1 to 4

  • individuals representation in each separated analysis, axes 1 to 4

  • groups representation, axes 1 to 4

See Also

MFA, plot.MFA, runMFA