powered by
A dataset containing PCs
data(PC)
It is a matrix containing 5 PCs
the variables are listed as following
The 1th PC
The 2th PC
The 5th PC
# NOT RUN { ## run the PC with the Gaussian mixture model data(PC) out1 = mclust::Mclust(PC,G = 2) # }
Run the code above in your browser using DataLab