PC {SC.MEB} | R Documentation |
simulated PCs
Description
A dataset containing PCs
Usage
data(PC)
Format
It is a matrix containing 5 PCs
the variables are listed as following
- PC1
The 1th PC
- PC2
The 2th PC
...
- PC5
The 5th PC
Examples
## run the PC with the Gaussian mixture model
data(PC)
out1 = mclust::Mclust(PC,G = 2)
[Package SC.MEB version 1.1 Index]