check_model.fit_model_napping computes tests to assess if the model went well. It is important to run this step before going ahead with the analysis otherwise you may make mistakes in the interpretation of the results.

# S3 method for fit_model_napping
check_model(x)

Arguments

x

outputs from model_napping

Value

It returns a list with the same elements as model_napping as the MFA object is already computed

Details

S3 method.

See also