MFA_testdata {autoMFA}R Documentation

Test dataset for the MFA model

Description

A 720 x 3 test dataset generated from a MFA model with 3 components, 1 factor for each component. Uneven point distribution with large separation between clusters relative to the component variance matrices.

Usage

MFA_testdata

Format

Data matrix with 720 observations of 3 variables.

Examples

data(MFA_testdata)
plot(MFA_testdata[,1], MFA_testdata[,2])

[Package autoMFA version 1.0.0 Index]